---
layout: single
property_name: left
---
Defines the position of the element according to its left edge.
The element will remain in its natural position.
If the element is in position relative, the element will move upwards by the amount defined by the left value.
If the element is in position absolute, the element will position itself from the left of the first positioned ancestor.
#left
default
left: auto;
left: 80px;
left: -20px;