Created
November 13, 2012 22:01
-
-
Save SBoudrias/4068714 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| body { | |
| background:black; | |
| } | |
| .round { | |
| position: relative; | |
| border: 40px dotted red; | |
| width: 100px; | |
| height: 100px; | |
| margin: 100px; | |
| border-radius: 50%; | |
| background: white; | |
| } | |
| .round:before { | |
| content: " "; | |
| position: absolute; | |
| top: 25px; | |
| left: 25px; | |
| width: 50px; | |
| height: 50px; | |
| border-radius: 50%; | |
| background: red; | |
| } |
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
| <div class="round"></div> |
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
| {"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment