xywh()
xywh()
The CSS xywh() function allows you to create rectangles by setting the upper-left corner point and the width and height for use in the shape-outside, clip-path properties.
.element { clip-path: xywh(60px 4em 50% 10vw round 10px 30px); }
Continue Reading