Less Css 3 color linear gradient


/ Published in: CSS
Save to your folder(s)

Use as follow in you style.less file :

<pre>
.example{
.linearGradient(0, #fff, 50%, #ccc, 100%, #fff);
}
</pre>

URL: http://lostwebdesigns.com

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.