A Pen by Philip Zastrow on CodePen.
Created
February 25, 2014 17:33
-
-
Save zastrow/9213766 to your computer and use it in GitHub Desktop.
A Pen by Philip Zastrow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<svg> | |
<circle cx="110" cy="110" r="100"></circle> | |
<circle cx="160" cy="200" r="50"></circle> | |
<circle cx="200" cy="160" r="50"></circle> | |
<circle cx="60" cy="20" r="10"></circle> | |
</svg> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
circle { | |
opacity: .75; | |
fill: red; | |
stroke-width: 4px; | |
stroke: black; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment