scrimba
Responsive Design
Better style
Controlling our background images
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

Controlling our background images
AboutCommentsNotes
Controlling our background images
Expand for more info
css
style.css
run
preview
console
h1 {
font-size: 3rem;
text-align: center;
}

.cat {
padding: 250px;
}
Console
index.html
-7:55