New! My 44-page ebook "CSS in 44 minutes" is out! 😃
#right
Defines the position of the element according to its right edge.
default
right: auto;
The element will remain in its natural position.
right: 80px;
If the element is in position relative, the element will move right by the amount defined by the right value.
right: -20px;
If the element is in position absolute, the element will position itself from the right of the first positioned ancestor.