-
-
Save sealabcore/293911 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body | |
{ | |
background-color:black; | |
color:white; | |
font-family: Georgia, serif; | |
font-size: 16px; | |
font-style: normal; | |
font-weight: normal; | |
text-transform: normal; | |
letter-spacing: normal; | |
line-height: 1.4em;Close | |
} | |
a | |
{ | |
text-decoration:none; | |
color:#ffffff; | |
text-transform:lowercase; | |
} | |
div.container | |
{ | |
float:left; | |
position:fixed; | |
width:30%; | |
margin:0px; | |
top:100px; | |
left:15%; | |
} | |
div.header,div.footer | |
{ | |
position:fixed; | |
top:5px; | |
padding:0.5em; | |
} | |
h1.header | |
{ | |
position:fixed; | |
float:left; | |
left:100px; | |
padding:0; | |
margin:0; | |
font-family: Georgia, serif; | |
font-size: 50px; | |
font-style: italic; | |
font-weight: normal; | |
text-transform: normal; | |
letter-spacing: normal; | |
line-height: 1.4em; | |
} | |
h2.header | |
{ | |
position:fixed; | |
float:right; | |
right:50px; | |
font-family: Georgia, serif; | |
font-size:12px; | |
padding:0; | |
margin:0; | |
} | |
h1.footer | |
{ | |
font-size:12px; | |
position:fixed; | |
bottom:0px; | |
right:50px; | |
padding:0; | |
margin:0; | |
} | |
div.left | |
{ | |
float:left; | |
width:160px; | |
margin:0; | |
padding:1em; | |
} | |
div.content | |
{ | |
margin-left:190px; | |
border-left:1px solid gray; | |
padding:1em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment