Offsets

Use the offset properties to control where an element is rendered. (Remember that before you can use them, you should set up what type of positioning scheme you're using with the "position:" property.)

Property Value Description
top: <length> How far a box's top content edge is offset.
right: <length> How far a box's right content edge is offset.
bottom: <length> How far a box's bottom content edge is offset.
left: <length> How far a box's left content edge is offset.