Properties for CSS Positioning

Property Values
width length | percentage | auto

width sets the element's width, either by a length unit (such as 200px for 200 pixels) or as a percentage of the containing element's width (such as 50% for half the containing element's width).

auto specifies the element's default width.