how I get this radius?

How I get this border radius
No description
6 Replies
Stephin Maju
Stephin MajuOP2y ago
Anyone know how to do this?
MarkBoots
MarkBoots2y ago
by using pseudo elements and/or a clip-path/mask
Israr
Israr2y ago
clip-path: polygon(30% 0, 73% 0, 100% 100%, 0% 100%);
clip-path: polygon(30% 0, 73% 0, 100% 100%, 0% 100%);
Stephin Maju
Stephin MajuOP2y ago
Thank you guys @Israr @MarkBoots
Israr
Israr2y ago
welcome you can create these shapes easily here https://bennettfeely.com/clippy/ and copy paste the code in you css
Stephin Maju
Stephin MajuOP2y ago
Nice bro

Did you find this page helpful?