Height & Width

Estimated reading: 1 minute 13 views

Height / Width

  height: value;
  width: value;

Line Height

You can control the height between lines with the line-height property

 line-height: value;

Value

  • normal
  • number
  • length
  • percentage

Max Height / Min Height / Max Width / Min Width

 // You can control the maximum height of an element with the max-height
//  property

  max-height: value;

// You can control the minimum height of an element with the min-height
// property 

  min-height: value;

// You can control the maximum width of an element with the max-width
//  property

  max-width: value;

// You can control the minimum width of an element with the min-width
// property

  min-width: value;


Share this Doc

Height & Width

Or copy link