Skip to content

Instantly share code, notes, and snippets.

@brettkelly
Created June 28, 2012 22:52
Show Gist options
  • Select an option

  • Save brettkelly/3014500 to your computer and use it in GitHub Desktop.

Select an option

Save brettkelly/3014500 to your computer and use it in GitHub Desktop.
Content box styles
<style type="text/css">
p.content-box {
margin: 0 0 25px;
padding: 20px;
}
.content-box-blue {
background-color: #d8ecf7;
border: 1px solid #afcde3;
}
/* ... etc. */
</style>
<p class="content-box content-box-blue">foo bar baz</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment