Skip to content

Instantly share code, notes, and snippets.

View beauhaus's full-sized avatar
🎯
heads-down

Beau Jackson beauhaus

🎯
heads-down
View GitHub Profile
@beauhaus
beauhaus / simpleShadow.txt
Created November 21, 2018 01:25
For medium article on CSS clouds
#box {
margin: 10px;
width: 150px;
height: 150px;
background: burlywood;
box-shadow: 200px 200px 50px 0px #fff;
}