14 lines
158 B
CSS
14 lines
158 B
CSS
#header {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0:
|
|
background-color: #FF9933;
|
|
}
|
|
|
|
#header_title {
|
|
}
|
|
|
|
#header_blurb {
|
|
position: relative;
|
|
width: 80%;
|
|
}
|