scrimba
The Weekly Web Dev Challenge
The Weekly Web Dev Challenge: Quiz Maker ๐Ÿค”
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

The Weekly Web Dev Challenge: Quiz Maker ๐Ÿค”
AboutCommentsNotes
The Weekly Web Dev Challenge: Quiz Maker ๐Ÿค”
Expand for more info
style.css
run
preview
console
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
margin: 0 auto;
}
Console
/index.html
-2:01