scrimba
Introduction to CSS
Element Flow in HTML and 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

Element Flow in HTML and CSS
AboutCommentsNotes
Element Flow in HTML and CSS
Expand for more info
index.css
run
preview
console
.inline {
/* background-color: slateblue; */
/* color: white; */
/* padding: 2px 5px; */
/* display: inline-block; */
/* width: 100px; */
/* height: 100px; */
}
.block {
/* border: 2px solid tomato; */
/* padding: 5px; */
}
Console
index.html#
-3:02