max-width, min-width
#css
指定した値を上回ることを防ぐ。
max-width
は
width
を上書きする。
max-width
と
width
が同じ値になる場合は
max-width
だけでいいっぽい
https://developer.mozilla.org/ja/docs/Web/CSS/max-width
https://wunderstand.net/1236/