MIN-WIDTH Property In CSS
min-width Property in CSS
min-width property Declares the minimum width of the element.
Possible Value:
Lengths, percentages, and the predefined value auto.
Examplediv { min-width:500px; }
div { min-width:75%; }
min-width property Declares the minimum width of the element.
Lengths, percentages, and the predefined value auto.
Examplediv { min-width:500px; }
div { min-width:75%; }