Search
The min-width property in CSS is used to set the minimum width of an element, ensuring it doesn't shrink below a certain width.
min-width
width
In the above example, we have applied a min-width of 500px to the div with a class of box.
500px
div
box