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