You can control the height of an element with the height property
height: value;
Values:
You can control the height between lines with the line-height property
line-height: value;
Values:
You can control the maximum height of an element with the max-height property
max-height: value;
Values:
You can control the minimum height of an element with the min-height property
min-height: value;
Values:
You can control the width of an element with the width property
width: value;
Values:
You can control the maximum width of an element with the max-width property
max-width: value;
Values:
You can control the minimum width of an element with the min-width property
min-width: value;
Values: