karnov.club/style.css

19 lines
185 B
CSS
Raw Normal View History

2015-06-20 20:39:07 +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
}
2015-06-20 20:36:44 +00:00
#header_contents {
position: relative;
2015-06-20 20:42:45 +00:00
width: 75%;
left: 12.5%;
2015-06-20 20:36:44 +00:00
}
2015-06-20 20:42:45 +00:00
#header_title {
font-size: 250%;
2015-06-20 19:51:23 +00:00
}
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
}