Skip to content

Inset 0

• 1 min

The "inset" logical property gem is shorthand for all the sides of your box.

This sets all sides to 0, snapping each corner to the corner of it's parent.

.full {
position: absolute;
inset: 0;
}

Support

Pretty green