CSS Generators

Cut your corners in a fancy way

Cut the corners of any element using CSS mask or clip-path. You can also have border-only variations!

Select the Corners
Size
.box {
  mask: radial-gradient(40px at 40px 40px,#0000 98%,#000) -40px -40px;
}
Support This Project
?