scrimba
Frontend Career Path
Web dev basics
Build a Google.com clone
Let's destroy wikipedia
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

AboutCommentsNotes
Let's destroy wikipedia
Expand for more info
styles.css
run
preview
console
body {
background: saddlebrown; /* red, blue, yellow, etc */
color: chocolate; /* red, blue, yellow, etc */
font-size: 25px; /* 0px - 100px and beyond */
font-weight: bold; /* lighter, normal, bold */
text-align: center; /* left, center or right */
margin-top: 40px; /* From 0px and upwards */
}





Console
/index.html
-1:55