If the element's width
is larger
than the value of min-width
, the min-width
property has no effect, and the element's
width
expands based on its assigned width.
In this example, the min-width
is set to 500px
,
but since the assigned width is larger than this value,
the min-width
property has no effect.