Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <style> div { background-color: orange; background-image: radial-gradient(gold 15%, transparent 15%), radial-gradient(gold 40%, transparent 40%); background-size: 60px 60px; background-position: 0 0, 30px 30px; height: 200px; } </style> <div></div>