What is the default value for the position property of HTML elements?
Static
How does setting position: relative on an element affect document flow?
It does not affect document flow, stays in the same direction as before
How does setting position: relative on an element affect where it appears on the page?
Does not change at all
How does setting position: absolute on an element affect document flow?
First non-static element it encounters
How do you constrain an absolutely positioned element to a containing block?
the block should have
position: relative
What are the four box offset properties?
Top, bottom, left, right