scrimba
Frontend Career Path
Web dev basics
Build a Birthday GIFt Site
Add basic header styling
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
Add basic header styling
Expand for more info
styles.css
run
preview
console
/*
Challenge:
Style the app according to the provided design.
The font is called "Happy Monkey" and can be
embedded via Google Fonts.

Don't know how to make an image round? Google it!
Also, consider how you should select the image
(class vs id vs element selector).
*/
Console
/index.html
-3:31