W3docs

width

CSS Property:

Result:

Example of the CSS width property.

CSS Code:

#myDiv {
border:1px solid red;
width: auto;
}

Click the property values above to see the result