karnov.club/style.css
Marc Cataford 65746d27fd Fix.
2015-06-20 17:03:16 -04:00

23 lines
264 B
CSS

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