Skip to content

Instantly share code, notes, and snippets.

@beauhaus
Created November 21, 2018 01:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beauhaus/7241d6d60aef47a07490c41fbb46c3d6 to your computer and use it in GitHub Desktop.
Save beauhaus/7241d6d60aef47a07490c41fbb46c3d6 to your computer and use it in GitHub Desktop.
For medium article on CSS clouds
#box {
margin: 10px;
width: 150px;
height: 150px;
background: burlywood;
box-shadow: 200px 200px 50px 0px #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment