Skip to content

Instantly share code, notes, and snippets.

Created February 13, 2014 03:07
Show Gist options
  • Save anonymous/8969045 to your computer and use it in GitHub Desktop.
Save anonymous/8969045 to your computer and use it in GitHub Desktop.
A Pen by Anonasaurus Rex.
@import "compass"
div
margin: 100px auto
$size: 25px
position: relative
&:before, &, &:after
display: block
height: $size
width: $size
border-radius: ($size / 2)
background-color: red
content: ''
&:before, &:after
position: absolute
&:before
left: -$size * 2
&:after
left: $size * 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment