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...