[Work in progress]
Inspired by previous penis pens:
http://codepen.io/sheppardjm/pen/dbzoa http://codepen.io/MichaelKatz/pen/gyefx
A Pen by Eduardo Saborit on CodePen.
[Work in progress]
Inspired by previous penis pens:
http://codepen.io/sheppardjm/pen/dbzoa http://codepen.io/MichaelKatz/pen/gyefx
A Pen by Eduardo Saborit on CodePen.
| #penis |
| @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% |