Skip to content

Instantly share code, notes, and snippets.

@niallthompson
Created September 5, 2014 22:17
Show Gist options
  • Save niallthompson/22870aa72641babc4b3f to your computer and use it in GitHub Desktop.
Save niallthompson/22870aa72641babc4b3f to your computer and use it in GitHub Desktop.
Short Border After H1
h1:after {
border-bottom: 5px solid red;
content: " ";
display: block;
margin: 0 auto;
padding: .25em;
width: 75px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment