368247-1-ref.html (428B)
1 <!DOCTYPE HTML> 2 <html> 3 <style type="text/css"> 4 div { 5 width: 64px; 6 height: 64px; 7 border: 64px solid blue; 8 } 9 </style> 10 <body> 11 <div style="height: 0; border-bottom: 0; border-top-left-radius: 64px; border-top-right-radius: 64px;"></div> 12 <div style="height: 64px; border-width: 0 64px;"></div> 13 <div style="height: 0; border-top: 0; border-bottom-left-radius: 64px; border-bottom-right-radius: 64px;"></div> 14 </body> 15 </html>