CSS Demo: min-height
Reset
min-height: 150px;
Copy to Clipboard
min-height: 7em;
Copy to Clipboard
min-height: 75%;
Copy to Clipboard
min-height: 10px;
Copy to Clipboard
This is a box where you can change the minimum height.
If there is more content than the minimum the box will grow to the height needed by the content.
Copied!