background-clip-padding-box-with-border-radius-003-ref.html (305B)
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: 50px; 8 height: 50px; 9 padding: 25px; 10 border: 25px solid white; 11 border-top-left-radius: 100%; 12 background-color: black; 13 "></div>