CodeToFun
Learn Programming Free
Tutorials
Languages
Features
About
Sign In
Tutorials
Languages
Features
About
Sign In
Back
/
CSS height Property
CSS height Property - auto vs fixed
Try It
Run
Reset
Save
Save to Google Drive
Sync with your Google account
Download HTML
Save to your device
Share
Full
HTML Code
Copy
CSS height auto vs fixed Example
auto vs fixed height
height: auto
The browser calculates height from content. This box grows with the text inside it.
height: 120px
This box has a fixed height. Extra content scrolls inside because overflow is set to auto.
Lines:
0
| Characters:
0
Live Preview
Auto-refresh on Run