<html> <head> <style type="text/css"> div { width: 200px; height: 200px; border: 6px dotted #f00; border-radius: 40px; background-color: #0f0; } </style> </head> <body> <div> </div> </body> </html>