karnov.club/style.css

19 lines
192 B
CSS
Raw Normal View History

2015-06-20 20:36:44 +00:00
header {
2015-06-20 20:25:39 +00:00
position: absolute;
2015-06-20 20:31:17 +00:00
top: 0;
2015-06-20 20:34:49 +00:00
left: 0;
2015-06-20 20:21:19 +00:00
background-color: #FF9933;
}
2015-06-20 20:36:44 +00:00
#header_contents {
position: relative;
width: 60%;
left: 20%;
}
2015-06-20 19:51:23 +00:00
#header_title {
}
2015-06-20 20:21:19 +00:00
#header_blurb {
2015-06-20 20:36:44 +00:00
2015-06-20 20:21:19 +00:00
}