scrimba
Basic CSS
Prioritize One Style Over Another
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

Prioritize One Style Over Another
AboutCommentsNotes
Prioritize One Style Over Another
Expand for more info
index.html
run
preview
console
<style>
body {
background-color: black;
font-family: monospace;
color: green;
}
</style>
<h1>Hello World!</h1>
Console
index.html
-1:15