css positioning Flashcards
1
Q
What is the default value for the position property of HTML elements?
A
2
Q
How does setting position: relative on an element affect document flow?
A
does not effect document flow
3
Q
How does setting position: relative on an element affect where it appears on the page?
A
no change
4
Q
How does setting position: absolute on an element affect document flow?
A
5
Q
How does setting position: absolute on an element affect where it appears on the page?
A
6
Q
How do you constrain an absolutely positioned element to a containing block?
A
7
Q
What are the four box offset properties?
A
top
bottom
left
right