scrimba
Note at 1:29
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

Note at 1:29
AboutCommentsNotes
Note at 1:29
Expand for more info
style.css
run
preview
console
body {
background-color: #AEB8FE;
display: flex;
}

.dice {
width: 90px;
height: 90px;
border-radius: 10px;
background-color: #EFE5DC;
margin: 100px;
display: flex;
flex-wrap: wrap;
}

.dice div {
width: 20px;
height: 20px;
margin: 5px;
}

.dot {
background-color: black;
border-radius: 10px;
}
Console
/index.html
LIVE