Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>My Example</title> <style> .box { font-size: 5vw; padding: 10vw; border: solid; background: repeating-linear-gradient(to bottom right, yellow 20%, orange 40%); } </style> <div class="box">This has a repeating linear gradient.</div>
Preview