scrimba
HTML & CSS
Build a Digital Business Card
Solo Project (PRO) - Amazon Product Page
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

Solo Project (PRO) - Amazon Product Page
AboutCommentsNotes
Solo Project (PRO) - Amazon Product Page
Expand for more info
styles.css
run
preview
console
body {
font-family: Arial, Helvetica, sans-serif
}

.title {
font-weight: lighter;
}

.main-img {
box-shadow: 0px 2px 5px lightgray;
}
Console
/index.html
-2:13