Skip to content

Instantly share code, notes, and snippets.

View Xilantra's full-sized avatar
🛫
Super duper busy

Afiq Xilantra Azmi Xilantra

🛫
Super duper busy
View GitHub Profile
@Xilantra
Xilantra / dabblet.css
Created April 20, 2012 07:15 — forked from chriscoyier/dabblet.css
Triangle with Shadow
/*
Triangle with Shadow
*/
.triangle-with-shadow {
width: 100px;
height: 100px;
position: relative;
overflow: hidden;
box-shadow: 0 16px 10px -17px rgba(0,0,0,0.5);