11 lines
114 B
CSS
11 lines
114 B
CSS
header {
|
|
background-color: #FF9933;
|
|
}
|
|
|
|
#header_title {
|
|
}
|
|
|
|
#header_blurb {
|
|
position: relative;
|
|
width: 80%;
|
|
}
|