13 lines
152 B
CSS
13 lines
152 B
CSS
#header {
|
|
position: absolute;
|
|
background-color: #FF9933;
|
|
width: 100%;
|
|
}
|
|
|
|
#header_title {
|
|
}
|
|
|
|
#header_blurb {
|
|
position: relative;
|
|
width: 80%;
|
|
}
|