scrimba
Frontend Career Path
Responsive design
Build a Product Splash Page
Aside: Transform text
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

AboutCommentsNotes
Aside: Transform text
Expand for more info
index.css
run
preview
console
body {
color: #202945;
background-color: #faf9f6;
padding-top: 0.5em;
}

article {
width: 90%;
max-width: 570px;
margin: 0 auto;
}

.headline {
line-height: 1.3;
}

p {
line-height: 1.5;
}
Console
/index.html
-1:24