karnov.club/style.css
Marc Cataford a467c61330 Fix.
2015-06-20 17:09:59 -04:00

25 lines
287 B
CSS

#header {
position: absolute;
top: 0;
left: 0;
}
#header_contents {
position: relative;
width: 75%;
left: 12.5%;
text-align: justify;
}
#header_title {
position: relative;
width: 100%;
display: none;
font-size: 250%;
}
#header_blurb {
display: none;
}