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