Skip to content

Instantly share code, notes, and snippets.

@alexlouden
Forked from anonymous/An-Anonymous-Pen.markdown
Last active August 29, 2015 13:56
Show Gist options
  • Save alexlouden/8969058 to your computer and use it in GitHub Desktop.
Save alexlouden/8969058 to your computer and use it in GitHub Desktop.
Three circles in one div
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