scrimba
Responsive Design
Better style
Background images and the file path (very important note)
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

Background images and the file path (very important note)
AboutCommentsNotes
Background images and the file path (very important note)
Expand for more info
css
style.css
run
preview
console
h1 {
font-size: 3rem;
text-align: center;
}

.cat {
background-image: url(images/cat.jpg);
padding: 200px;
}
Console
index.html
-2:05