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