The width CSS property sets an element's width. By default, it sets the width of the content area, but if box-sizing is set to border-box, it sets the width of the border area.... Try it The specified value of width applies to the content...so long as its value remains within the values defined by min-width...