49 lines
563 B
CSS
49 lines
563 B
CSS
#header {
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
#header_contents {
|
|
position: relative;
|
|
width: 75%;
|
|
left: 12.5%;
|
|
text-align: justify;
|
|
}
|
|
|
|
#header_title {
|
|
position: relative;
|
|
width: 100%;
|
|
display: none;
|
|
|
|
font-size: 250%;
|
|
}
|
|
|
|
#header_blurb {
|
|
display: none;
|
|
}
|
|
|
|
.section_headers {
|
|
left: 0;
|
|
width: 100%;
|
|
height: 50%;
|
|
}
|
|
|
|
#skillset_header {
|
|
background-color: #DE5235;
|
|
}
|
|
|
|
#skillset_contents {
|
|
background-color: #DB7B67;
|
|
}
|
|
|
|
#exp_header {
|
|
background-color: #35C1DE;
|
|
}
|
|
|
|
#exp_contents {
|
|
display: none;
|
|
|
|
background-color: #62C9DE;
|
|
|
|
}
|