scrimba
Basic CSS
Inherit Styles from the Body Element
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

Inherit Styles from the Body Element
AboutCommentsNotes
Inherit Styles from the Body Element
Expand for more info
index.html
run
preview
console
<style>
body {
background-color: black;
}

</style>
Console
index.html
-1:18