Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
CSS

CSS Shapes

Flow text around custom shapes with shape-outside (and related).

CSS Shapes — a practical guide to CSS shapes with clear examples you can reuse in real projects.

CSS Tutorial Series (89/109). Prefer one article? Read the complete CSS tutorial.

Short description

Progressive enhancement — ensure layouts still work without shapes.

Shape tip

img.cutout {
  float: left;
  shape-outside: circle(50%);
}

Leave a reply

Your email address will not be published. Required fields are marked *