LearningWebAppDev
LearningWebAppDev copied to clipboard
chapter 3 page 90 - CSS overflow
Should I use overflow in (header) or (header .container)? If I use in header, the container will have zero height, but if I use in header .container both elements will have height.
What is the best option?