Created
November 21, 2018 01:25
-
-
Save beauhaus/7241d6d60aef47a07490c41fbb46c3d6 to your computer and use it in GitHub Desktop.
For medium article on CSS clouds
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
#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