Created
May 16, 2012 22:18
-
-
Save anodpixels/2714456 to your computer and use it in GitHub Desktop.
css cloud
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
.cloud { position:relative; top:60px; left:160px; display:block; display:block; width:150px; height:150px; background:#49bdff; border-radius:150px 150px 150px 150px; } | |
.cloud:before { content:""; position:absolute; top:70px; left:-30px; display:block; width:100px; height:100px; background:#49bdff; border-radius:150px 150px 0px 150px; } | |
.cloud:after { content:""; position:absolute; top:40px; right:-70px; display:block; width:160px; height:130px; background:#49bdff; border-radius:150px 150px 150px 0px; } |
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
<figure class="cloud"></figure> |
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