scrimba
Kodekurs for ungdoms- og videregående skoler
Lær CSS
Bruk av bilder og tekst med HTML og 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

Bruk av bilder og tekst med HTML og CSS
AboutCommentsNotes
Bruk av bilder og tekst med HTML og CSS
Expand for more info
index.css
run
preview
console
* {
margin: 0;
}
body {
padding: 16px;
font-family: Georgia, 'Times New Roman', Times, serif;
}
h1 {
text-align: center;
margin-bottom: 32px;
}
h2 {
text-align: center;
margin-bottom: 16px;
}
p {
margin-bottom: 16px;
}

Console
index.html
-8:30