CSS Border Corner Shape Generator - Interactive Playground

This is a squircle corner.

Corner Styles

0
30
60
90
120
150
90
0
100
200
300
400
500
300
0
100
200
300
400
500
300

CSS Code

.border-corner-shape-squircle {
  corner-shape: squircle;
  border-radius: 90px;
  padding: 0px;
  width: 300px;
  height: 300px;
}