Skip to content

Instantly share code, notes, and snippets.

@kayz1
Created August 30, 2013 11:37
Show Gist options
  • Save kayz1/6389008 to your computer and use it in GitHub Desktop.
Save kayz1/6389008 to your computer and use it in GitHub Desktop.
Pseudo CSS class :before :after From http://jsfiddle.net/L3N3f/2/
.list-item:before {
display: inline-block;
content: '';
vertical-align: middle;
background-color: red;
width: 5px;
height: 7px;
margin: 0 4px 0.125em 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment