Skip to content

Instantly share code, notes, and snippets.

@jasonhobbsllc
Created September 23, 2015 15:31
Show Gist options
  • Save jasonhobbsllc/8be9bc3d49891bb0f552 to your computer and use it in GitHub Desktop.
Save jasonhobbsllc/8be9bc3d49891bb0f552 to your computer and use it in GitHub Desktop.
Creates an expert box
<div class=“expertbox”>Type in your expert content here.</div>
.expertbox {
border: 1px dashed #A9D6A9;
background:#D8FFD8;
padding: 1.6em 1.6em 2.4em 2.4em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment