W3cubDocs

/CSS

inset()

The inset() CSS function is one of the <basic-shape> data types. It defines an inset rectangle.

Try it

Syntax

shape-outside: inset(20px 50px 10px 0 round 50px);

Values

<length-percentage>{1,4}

When all of the four arguments are supplied they represent the top, right, bottom and left offsets from the reference box inward that define the positions of the edges of the inset rectangle. These arguments follow the syntax of the margin shorthand, that let you set all four insets with one, two or four values.

<border-radius>

The optional <border-radius> argument(s) define rounded corners for the inset rectangle using the border-radius shorthand syntax.

Examples

Basic inset example

In the example below we have an inset() shape used to pull content over the floated element. Change the offset values to see how the shape changes.

Specifications

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
inset 37 79 54 No 24 10.1 37 37 54 24 10.3 3.0

See also

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/basic-shape/inset