Skip to content

Instantly share code, notes, and snippets.

View JemiloII's full-sized avatar

Brian Jemilo II JemiloII

View GitHub Profile
@JemiloII
JemiloII / dabblet.css
Last active March 28, 2016 21:26
Make div with bottom triangle (SO)
/**
* Make div with bottom triangle (SO)
* http://stackoverflow.com/questions/12251149/make-div-with-bottom-triangle/
*/
html { background: darkgrey; }
.box {
box-sizing: border-box;
position: relative;
width: 200px;
height: 50px;