marginleft
margin-left is a CSS property used to specify the width of the space on the left side of an element’s outer margin. It is part of the CSS box model and determines how far the element is offset from its left neighbor or the left edge of the containing block.
Values for margin-left can be lengths (such as px, em, rem, or cm), percentages, or the keyword
In normal document flow, margin-left contributes to horizontal spacing and can affect the element’s position relative
For internationalized layouts, there are logical properties margin-inline-start and margin-inline-end that adapt to writing modes and
Common uses of margin-left include creating indentations, aligning blocks within a container, and producing gutters between