scrimba
HTML & CSS
Build a Google.com clone
Aside: border and border-radius
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

Aside: border and border-radius
AboutCommentsNotes
Aside: border and border-radius
Expand for more info
styles.css
run
preview
console
.card {
color: #222222;
background: lightgray;
width: 300px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-right: 20px;
padding-bottom: 20px;
padding-left: 20px;
}
Console
/index.html
-5:06