<!DOCTYPE HTML> <html> <style type="text/css"> div { width: 64px; height: 64px; border: 64px solid blue; } </style> <body> <div style="border-radius: 256px"></div> </body> </html>