Skip to content

Instantly share code, notes, and snippets.

@anodpixels
Created May 16, 2012 22:18
Show Gist options
  • Save anodpixels/2714456 to your computer and use it in GitHub Desktop.
Save anodpixels/2714456 to your computer and use it in GitHub Desktop.
css cloud
.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; }
<figure class="cloud"></figure>
{"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