CSS Left Property
The left Property of CSS is used in conjunction with CSS position, to position elements.
Possible Values
Read: Units of Measurement, to understand the many possible values.
Example:
#Basement {
position: relative;
left: 10em;
}Inherited? - NO!