Height

Height in CSS.

syntax(height : values;)
  • height
  • Values: percentage | length | auto
Example:

.class_name{height : auto;}

0 comments