scrimba
Introduction to CSS
Position Property in CSS
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

Position Property in CSS
AboutCommentsNotes
Position Property in CSS
Expand for more info
index.css
run
preview
console
body {
padding-bottom: 100px;
}

.first {
}
.second {
}
.ribbon {
}
.toplink {
}
footer {
}
Console
index.html#top
-5:05