The width property sets the width of an element.Note: The width property does not include padding, borders, or margins; it sets the width of the area inside the padding, border, and margin of the element!Note: The min-width and max-width properties override width.
width: auto|value|initial|inherit;
p.ex { height: 100px; width: 100px; }