Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> div { background: repeating-linear-gradient(gold 15%, orange 30%); padding: 30px; height: 160px; font-family: sans-serif; font-size: 1.5em; } </style> <div> Repeating linear gradient example. </div>
Preview