Module object_position

Module object_position 

Source
Expand description

Utilities for controlling how a replaced element’s content should be positioned within its container.

Class Properties
object-bottomobject-position: bottom;
object-centerobject-position: center;
object-leftobject-position: left;
object-left-bottomobject-position: left bottom;
object-left-topobject-position: left top;
object-rightobject-position: right;
object-right-bottomobject-position: right bottom;
object-right-topobject-position: right top;
object-topobject-position: top;

§Arbitrary values

Any <position> property is allowed as arbitrary value. For example, object-[bottom_10px_right_20px].

Tailwind reference