Skip to content

Instantly share code, notes, and snippets.

@danielkoch
danielkoch / triangle.css
Last active June 3, 2019 11:50
css gradient for triangle shaped arrow (SO)
/**
* css gradient for triangle shaped arrow (SO)
* http://stackoverflow.com/questions/12431596/css-gradient-for-triangle-shaped-arrow
*/
.rectangle {
float: left;
position: relative;
height: 80px;
width: 240px;
border: solid 1px #ccc;