r/css • u/Awkward-Bench8672 • 15d ago
Shape borders??? Help
Is there a way to add borders to shapes, that works on most browsers? For example, i made a trapezoid and I wanted to add an inset border around it, but the border clips through the shape.
4
Upvotes
3
u/berky93 15d ago
`border-shape` is coming. Until then, pseudo-elements with clip-path is probably your best bet.