scrimba
Basic CSS
Use RGB values to Color Elements
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

Use RGB values to Color Elements
AboutCommentsNotes
Use RGB values to Color Elements
Expand for more info
index.html
run
preview
console
<style>
body {
background-color: #F00;
}
</style>
Console
index.html
-0:41