Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
.checker { background: conic-gradient(#ccc 90deg, transparent 90deg) 0 0 / 32px 32px; } .stripes { background: repeating-linear-gradient(45deg, #eee, #eee 10px, #fff 10px, #fff 20px); } .dots { background: radial-gradient(circle, #ccc 1px, transparent 1px) 0 0 / 20px 20px; }
Result
Open