Prev Demo
Linear Gradient With Diagonal
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> <style> #grad { height: 100px; width:300px; background: -webkit-linear-gradient(right bottom, lime, blue); } </style> </head> <body> <h3>Linear Gradient - Diagonal</h3> <p>Gradient starts color from right bottom to left with given colors</p> <div id="grad"></div> </body> </html>
Note: We DO NOT save your trial code in our database.
Output