Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   Graphic Design (http://siteownersforums.com/forumdisplay.php?f=23)
-   -   How to use css3 linear gradient property? (http://siteownersforums.com/showthread.php?t=140988)

arronmattwills 04-28-2014 11:16 AM

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


All times are GMT -7. The time now is 12:18 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.