Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Save Code
Change Theme, Dark/Light
Go to Spaces
<!DOCTYPE html> <html> <head> <meta name="viewport" content="width=device-width, initial-scale=1"> <style> .dot { height: 25px; width: 25px; background-color: #bbb; border-radius: 50%; display: inline-block; } </style> </head> <body> <div style="text-align:center"> <h1>Round Dots / Circles</h1> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> <span class="dot"></span> </div> </body> </html>