1373750.html (274B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style> 5 div { 6 /* Add two mask layers and apply border-radius to the bottom-most layer. */ 7 mask: linear-gradient(red, blue) border-box no-clip, 6%; 8 border-style: solid; 9 border-top-left-radius: 24%; 10 } 11 </style> 12 </head> 13 <div></div> 14 </html>