המאפיין min-height מגדיר את הגובה המינימלי של האלמנט
דוגמא: שנ את מגבלת הגובה
| הערך שנבדק | Chrome | Firefox | EdgeC | Opera |
|---|---|---|---|---|
| 1px | ✔️ | ✔️ | ✔️ | ✔️ |
| min-content | ✔️ | ✔️ | ✔️ | ✔️ |
| max-content | ✔️ | ✔️ | ✔️ | ✔️ |
| fit-content | ✔️ | ✔️ | ✔️ | ✔️ |
| revert | ✔️ | ✔️ | ✔️ | ✔️ |
| revert-layer | ✔️ | ✔️ | ✔️ | ✔️ |
| unset | ✔️ | ✔️ | ✔️ | ✔️ |
| inherit | ✔️ | ✔️ | ✔️ | ✔️ |
| initial | ✔️ | ✔️ | ✔️ | ✔️ |
| none | ❌ | ❌ | ❌ | ❌ |