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