Created
January 23, 2013 07:40
-
-
Save yitsushi/4602889 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
h1 { | |
padding: 0; | |
margin: 0; | |
} | |
.article { | |
padding: 10px; | |
border: 1px solid hsl(0, 30%, 55%); | |
margin-bottom: 10px; | |
} | |
.article .header { | |
border-bottom: 2px solid black; | |
width: 50%; | |
} | |
.highlight { | |
border: 5px solid hsl(0, 30%, 55%); | |
} | |
.advertisement { | |
padding: 10px; | |
background-color: #aaa; | |
margin-bottom: 10px; | |
} | |
#content { | |
width: 50%; | |
margin-left: auto; | |
margin-right: auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment