shapeoutside
Shape-outside is a CSS property that controls how inline content wraps around a floated element. It is part of the CSS Shapes module and enables non-rectangular text flow, allowing designers to create more visually interesting layouts around images and other media.
The property accepts a basic value of none or a shape specification. A shape can be a
How shape-outside works: it is applied to a floated element (for example, an image floated left or
Practical use includes creating circular or irregular text wraps around photos, icons, or decorative elements, producing
Example: shape-outside: circle(50px at 60px 60px); or shape-outside: polygon(0 0, 100% 0, 50% 100%); The exact syntax