|
|
|
|
|
by Sephr
6248 days ago
|
|
This uses JavaScript, not CSS. CSS on the other hand, does have a built-in way to do gradients (CSS3+): *-colors: #color1 #color2 #color3 #color4 ect
For example, this demo makes use of border-colors gradients and border-radius: http://code.eligrey.com/css3/border-colors/styled.html (Only shows gradient in browsers that support CSS3 like FF3 & Safari 3) |
|