CSS Help
Dimension Properties
| Property | Description | Values |
| visibility | Determines the visibility of an element | visible hidden collapse |
| height | Specifies the height of an element | auto pixels (ex: 10px) % (ex: 10%) |
| line-height | Specifies the distance between lines | normal number pixels (ex: 5px) % (ex: 5%) |
| max-height | Specifies the maximum height of an element | none pixels (ex: 50px) % (ex: 25%) |
| max-width | Specifies the maximum width of an element | none pixels (ex: 50px) % (ex: 25%) |
| min-height | Specifies the minimum height of an element | pixels (ex: 50px) % (ex: 25%) |
| min-width | Specifies the minimum width of an element | pixels (ex: 50px) % (ex: 25%) |
| width | Specifies the width of an element | auto pixels (ex: 10px) % (ex: 10%) |



