Skip to content

Instantly share code, notes, and snippets.

@gavinblair
Created February 2, 2012 21:46
Show Gist options
  • Save gavinblair/1725970 to your computer and use it in GitHub Desktop.
Save gavinblair/1725970 to your computer and use it in GitHub Desktop.
heading with bullets
h3 {
display: table;
width: 100%;
}
h3:before,
h3:after {
content: '\00a0';
width: 20%;
display: table-cell;
background: url(../img/320/bullet.gif) repeat-x 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment