Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコードがある場合
<div></div> div { background: pink; height: 100px; max-width: 20px; width: 200px; }
結果は、幅 20px の div です。!important(幅の値を追加しても)
!important
フィドル
ここで width プロパティが max-width をオーバーライドしないのはなぜですか?