CSS height
Also see the full, alphabetical list of CSS properties
The CSS height property is used to specify the height of an element.
| Syntax: | height: <value>; |
| Possible Values: |
|
| Initial Value: | auto |
| Applies to: | All except for table columns, column groups, and non-replaced inline elements |
| Inherited: | No |
| Media: | Visual |
| Example: |
div { height: 75px }
|
| Try it yourself! |
|
