Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> div { height: 200px; background: repeating-linear-gradient(165deg, gold, gold 60px, orange 60px, orange 120px); } </style> <div></div>
Preview