Profile
Achievement
kanouf's Recent SnippetsTagged CSS3
- All /
« Prev 1 Next »
Use as follow :
.example{
.insetShadow(0, 1px, 5px, rgba(0,0,0, .5));
}
0
662
posted 13 years ago by kanouf
Use as follow in you style.less file :
<pre>
.example{
.linearGradient(0, #fff, 50%, #ccc, 100%, #fff);
}
</pre>
1
914
posted 13 years ago by kanouf
Use as follow in your style.less file :
<pre>
.example{
.rotation(9deg);
}
</pre>
1
725
posted 13 years ago by kanouf