Triangle
clip-path: shape(
from 50% 0%,
line to 100% 100%,
line to 0% 100%,
close
);
Interactive showcase of cutting-edge CSS features
Create complex custom shapes with precision and control
clip-path: shape(
from 50% 0%,
line to 100% 100%,
line to 0% 100%,
close
);
clip-path: shape(
from 50% 20%,
curve to 100% 0% via 75% 0%,
curve to 100% 50% via 100% 25%,
line to 50% 100%,
...
);
clip-path: shape(
from 50% 0%,
line to 61% 35%,
line to 98% 35%,
...
);
clip-path: shape(
from 30% 0%,
curve to 70% 0% via 50% -10%,
...
);
clip-path: shape(
from 0% 40%,
curve to 25% 30% via 12.5% 30%,
...
);
clip-path: shape(
from 50% 0%,
line to 100% 25%,
line to 100% 75%,
...
);
clip-path: shape(
from 50% 0%,
line to 100% 50%,
line to 50% 100%,
...
);
clip-path: shape(
from 50% 0%,
line to 100% 38%,
line to 82% 100%,
...
);
clip-path: shape(
from 25% 50%,
curve to 25% 25% via 25% 35%,
...
);
clip-path: shape(
from 0% 40%,
line to 60% 40%,
line to 60% 0%,
...
);
clip-path: shape(
from 10% 0%,
line to 90% 0%,
curve to 100% 10%,
...
);
clip-path: shape(
from 50% 0%,
line to 65% 20%,
line to 90% 15%,
...
);
Transform corners with unique geometric styles
Classic curves
border-radius: 50px;
corner-shape: round;
Inverted arc
border-radius: 50px;
corner-shape: scoop;
Angular cut
border-radius: 50px;
corner-shape: bevel;
Sharp cutout
border-radius: 50px;
corner-shape: notch;
Superellipse
border-radius: 50px;
corner-shape: squircle;
See these features in action with practical UI components
UI/UX Designer
$29/mo
@AviNav liked your post
Current support status for these features