CSS width & height
CSS Width and Height
Description
The CSS width & height properties are used to define the width and the height of the selected element.
Example Width & Height
div {
width: 100px;
height: 100px;
}
The CSS width & height properties are used to define the width and the height of the selected element.
div {
width: 100px;
height: 100px;
}