View Single Post
Old 04-28-2014, 11:16 AM   #1
arronmattwills
Registered User
 
Join Date: Dec 2013
Posts: 493
How to use css3 linear gradient property?

Freinds, CSS 3 makes our works so much easier and great look and feel.

We can give photoshop gradient look using css 3 only.

In the following way we can do this:

Quote:

.myClass {
background-image: linear-gradient( #fff 0%, #eee 2px, #cfcfcf 100%);
}
Here we have to give back ground image tag to get that gradient look, and those three colors are the linear colors to give good look.

Have you ever tried this linear gradient css 3 property?
try now... it's really cool...
arronmattwills is offline   Reply With Quote