Skip to content

Instantly share code, notes, and snippets.

@exarcheia-web
Created January 27, 2014 10:15
Show Gist options
  • Save exarcheia-web/8646179 to your computer and use it in GitHub Desktop.
Save exarcheia-web/8646179 to your computer and use it in GitHub Desktop.
SKY
/* SKY */
body {
background: skyblue;
}
.cloud {
width: 200px;
height: 100px;
background: white;
margin: 60px auto;
border-radius: 50%;
box-shadow:
40px 20px 0 -20px white,
-120px 20px 0 5px white,
-120px 30px 18px 2px gray,
-140px -20px 0 10px white;
}
<div class="cloud"></div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment