CSS Max-width
Note: Understand the CSS width & max-width property.Please keep in mind that CSS max-width does not create a horizontal scroll bar when the browser window size is smaller than the defined max-width while width creates a horizontal scroll bar when the browser window size is smaller than the defined width.