Last updated 4 years ago
Was this helpful?
๐ inset - shorthand for top, right, bottom and left
top
right
bottom
left
inset has no effect on non-positioned (static) elements.
inset
.element { /* โญ๏ธ must be positioned */ position: absolute; inset: 1em 2em 3em 0; /* top right bottom left */ inset: 10