About
Explore
Events & Classes
Support Us
Join
Sign In
usertoy
View Project Page
Run
Fullscreen
usertoy s code project 6
HTML
CSS
JS
<!DOCTYPE html> <html> <head> <link rel="stylesheet" href="https://getyourbooksonline.uk/usertoycodeprojects/project6.css"> </head> <body> <h1>Linear Gradient - Left to Right</h1> <p>This linear gradient starts at the left. It starts blue, transitioning to purple:</p> <div id="grad1"></div> <p><strong>Note:</strong> Internet Explorer 9 and earlier versions do not support gradients.</p> </body> </html>