Absolute positioning
Recall that absolute
takes an element outside of normal flowOrder in which elements are listed., and that elements positioned in the normal flow will be placed as if that element were not present.
Notice that no units are specified for values of zero.
Try guessing what the layout will be before clicking the Load page button.
Note:
Hints:
- undefined
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
<!DOCTYPE html>
<html lang="en">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
p {
margin: 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX