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-radial-gradient(yellow 20%, orange 40%); } </style> <div class="box">This has a repeating radial gradient.</div>
Preview