Skip to content

Instantly share code, notes, and snippets.

@kadsyy
Created August 18, 2016 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kadsyy/5541f65533ab6c2da56e4d411a474001 to your computer and use it in GitHub Desktop.
Save kadsyy/5541f65533ab6c2da56e4d411a474001 to your computer and use it in GitHub Desktop.
CSS middle border
&:after {
content : "";
height : 4px;
width : 30px;
margin: 0 auto;
display: block;
background: #888;
border-radius: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment