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