Width

Width in CSS.

Syntax (
width : values;)
  • width
  • Values: percentage | length | auto
Example:

.class_name{width : auto;}

0 comments