scrimba
Frontend Career Path
Web dev basics
Build a Space Exploration site
Aside: text shadow
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: text shadow
Expand for more info
index.css
run
preview
console
body {
letter-spacing: 4px;
background: #b7111b;
color: #fafbf4;
text-align: center;
font-family: 'Kanit', sans-serif;
}

h1 {
font-size: 80px;
}

/*
Challenge:
Try to achieve the shadow from the provided design.
*/
Console
/index.html
-5:57