scrimba
Frontend Career Path
Essential CSS concepts
Build an NFT Site
Set up the CSS basics
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
Set up the CSS basics
Expand for more info
index.css
run
preview
console
/* 
Challenge:
1. Create a body selector.
2. Set the base font size and text color to
the values given on the slide.
3. Bring in "Roboto" from Google Fonts and
set it as the default font. Make sure
browsers will fall back on a sans-serif
font if Roboto is unavailable.
4. Override HTML's default margin.
*/







Console
/index.html#
-3:58