scrimba
7 CSS Challenges
Solution - CSS Challenge 1 - Improve This Website
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

Solution - CSS Challenge 1 - Improve This Website
AboutCommentsNotes
Solution - CSS Challenge 1 - Improve This Website
Expand for more info
index.css
run
preview
console
/* DON'T TOUCH THIS! */
html, body {
margin: 0;
padding: 0;
}
/* DON'T TOUCH THIS! */

/* Your main goal is to style and improve the HTML given to you. You have to center all the text on the page & set the font to Roboto, capitalize all the titles, give the main title a font size of 4em and the section titles a size of 3em, and give all the sections an overall margin of 10% of the height of the page. The section titles must have a color of #3278cf, while the main title must have a color of #174885. Good luck! */
Console
/index.html
-6:10