I'm new to HTML and CSS, and I realized that if you don't specify a specific height for an element, it expands according to it's content, but if it has no content it shrinks down to nothingness. On the other hand, if you do specify a height, it doesn't expand if there's more content.
Is there any way to specify a minimum height, but allow it to expand if there's more content?
Is there any way to specify a minimum height, but allow it to expand if there's more content?