Skip to content

Instantly share code, notes, and snippets.

@yitsushi
Created January 23, 2013 07:40
Show Gist options
  • Save yitsushi/4602889 to your computer and use it in GitHub Desktop.
Save yitsushi/4602889 to your computer and use it in GitHub Desktop.
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