CSS COURSE • LESSON

📏 CSS Height and Width

Master CSS and create modern responsive websites with EDUHUB CODE HUB.

CSS Height and Width

Height and width control the size of elements.



div {

width:500px;

height:300px;

}

Max Width



img {

max-width:100%;

}