Skip to content

Instantly share code, notes, and snippets.

View archasek's full-sized avatar

archas archasek

  • Warsaw, Poland
View GitHub Profile
@archasek
archasek / dabblet.css
Created November 22, 2012 09:38
CSS triangle with linear gradient (SO)
/**
* CSS triangle with linear gradient (SO)
* http://stackoverflow.com/questions/11712011/how-to-create-uparrow-downarrow-using-simple-css/11712847#11712847
*/
.t2 {
background: red;
width: 300px;
height: 200px;