0 Users appreciate this thread.
Input Custom Gradient Code (CSS)
klubadmin (2013-06-27 03:08:48)Not only that, but in between to() and from(), you can add
Source Code
color-stop(POSITION, COLOR),
color-stop(POSITION, COLOR),
where POSITION is a value from 0-1 (left to right) and COLOR is the color of choosing.
Make sure to put a comma after from() and each color-stop() though.
Log in to submit a comment
Back to forum: Web Programming (HTML, JS, CSS, PHP, MySQL)
New registered users today: 8
Newest registered user: Dolce21dsisBack

Hey, it works!