css left top right bottom code example
Example 1: css position
h2.pos_left {
position: relative;
left: -20px;
}
h2.pos_right {
position: relative;
left: 20px;
}
Example 2: css top bottom left right order
Mnemonics for remembering the CSS order of top right bottom