Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> div { background: linear-gradient(to right, red, yellow); color: white; padding: 30px; height: 160px; font-family: sans-serif; font-size: 1.5em; } </style> <div> Two color stops. </div>
Preview