Created
September 23, 2015 15:31
-
-
Save jasonhobbsllc/8be9bc3d49891bb0f552 to your computer and use it in GitHub Desktop.
Creates an expert box
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
<div class=“expertbox”>Type in your expert content here.</div> |
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
.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