Welcome To Snipplr
Everyone's Recent CSS Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Use as follow in your style.less file :
<pre>
.example{
.rotation(9deg);
}
</pre>
1
725
posted 13 years ago by kanouf
An idea of Nicolas Gallagher : pure CSS folded corner.
To apply this, you simply have to create a <div> element with the CSS class "note"
2
652
posted 13 years ago by arnaudbrousseau
Use the regular box shadow, but add the keyword "inset" as the last parameter.
Works in Firefox, Safari, Chrome, Opera and IE9.
0
614
posted 14 years ago by visudex
A subtle gradient effect for <hr> tags. Works on Firefox and Webkit browsers (i.e. Chrome / Safari / Midori).
0
575
posted 14 years ago by pmigueld