scrimba
Introduction to CSS
Setting Widths & Heights in CSS
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Setting Widths & Heights in CSS
AboutCommentsNotes
Setting Widths & Heights in CSS
Expand for more info
index.css
run
preview
console
#inline * {
}
#block * {
}

/* More Info about Block vs Inline Elements */
/* https://www.w3schools.com/html/html_blocks.asp */
/* More Info about Width & Height */
/* https://www.w3schools.com/css/css_dimension.asp */
Console
index.html
-2:13