+ + 2. What happens when an element is positioned absolutely? + + An element with position: absolute is removed from the normal document flow. It is positioned automatically to the starting point (top left corner) of its parent element. If it doesn't have any parent elements, then the initial document will be its parent. + + 3. How do I make an element take up only the amount of space it needs but also have the ability to give it a width? + + Use various measurements of margin and padding to manipulate data in containers. + + + + \ No newline at end of file