Header.
This commit is contained in:
parent
42e80148ab
commit
2ae3ce9521
1 changed files with 8 additions and 5 deletions
13
style.css
13
style.css
|
@ -1,15 +1,18 @@
|
||||||
#header {
|
header {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-color: #FF9933;
|
background-color: #FF9933;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header_title {
|
#header_contents {
|
||||||
}
|
|
||||||
|
|
||||||
#header_blurb {
|
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
left: 20%;
|
left: 20%;
|
||||||
}
|
}
|
||||||
|
#header_title {
|
||||||
|
}
|
||||||
|
|
||||||
|
#header_blurb {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue