Toggle navigation
☰
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <style> div { background: radial-gradient(circle, red, red 20%, green 20%, green 40%, blue 40%, blue 60%, white 60%, black); height: 200px; } </style> <div></div>