background-clip-content-box-with-border-radius-003-ref.html (290B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Reference File</title> 4 <link rel="author" title="Oriol Brufau" href="mailto:obrufau@igalia.com"> 5 6 <div style=" 7 width: 100px; 8 height: 100px; 9 border: 50px solid white; 10 border-top-left-radius: 100%; 11 background-color: black; 12 "></div>