CSS Top Property
The CSS top 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;
top: 1em;
}Inherited? - NO!