scrimba
Kodekurs for ungdoms- og videregående skoler
Lær CSS
Jeg er unik
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

index.css
run
preview
console
article {
font-size: 32px;
}

div {
border: 2px solid darkorange;
margin-bottom: 8px;
margin-right: 8px;
float: left;
padding: 15px;
border-radius: 10px;
}

.ikke-metallisk {
background-color: peachpuff;
}
Console
index.html
-2:42