CSS Tutorial For Beginners -16 | CSS Height and Width Properties

Опубликовано: 25 Октябрь 2024
на канале: Shs Tech Solutions
76
23

Today we discuss on the Topic is CSS Height and Width Properties: The height and width properties are used to set the height and width of an element.
The height and width can be set to auto this is default. Means that the browser calculates the height and width, or be specified in length values, like px, cm, etc., or in percent (%) of the containing block.
Note: The height and width properties do not include padding, borders, or margins; they set the height/width of the area inside the padding, border, and margin of the element.
Max-Width Property:
The max-width property is used to set the maximum width of an element.
Max-Height: The max-height property defines the maximum height of an element.