monks/left
The left CSS property participates in specifying the horizontal position of a positioned element. This {{glossary(“inset properties”, “inset property”)}} has no effect on non-positioned elements.
Values
pub const auto_: #(String, String)
- : Specifies that: - for absolutely positioned elements, the position of the element is based on the {{Cssxref(“right”)}} property, while
width: autois treated as a width based on the content; or ifrightis alsoauto, the element is positioned where it should horizontally be positioned if it were a static element. - for relatively positioned elements, the distance of the element from its normal position is based on the {{Cssxref(“right”)}} property; or ifrightis alsoauto, the element is not moved horizontally at all.
pub const revert_layer: #(String, String)