37 lines
447 B
CSS
37 lines
447 B
CSS
#header {
|
|
position: absolute;
|
|
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;
|
|
}
|
|
|
|
#experience {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 200px;
|
|
background-color: #FF9933;
|
|
}
|
|
|
|
#experience_contents {
|
|
display: none;
|
|
|
|
}
|