Skip to content

Instantly share code, notes, and snippets.

@esaborit4code
Created July 16, 2014 15:03
Show Gist options
  • Save esaborit4code/82d161ac268ce2418a96 to your computer and use it in GitHub Desktop.
Save esaborit4code/82d161ac268ce2418a96 to your computer and use it in GitHub Desktop.
A Pen by Eduardo Saborit.
@import "compass/css3"
$ball_diameter: 200px
$thickness: 150px
$border_style: solid 3px
#penis
width: 100%
height: $thickness
margin-top: $ball_diameter/2
border: $border_style
left: none
radius: 0 $thickness/2 $thickness/2 0
&:before, &:after
content: ''
display: block
width: $ball_diameter
height: $ball_diameter
border: $border_style
radius: 50%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment