scrimba
CSS - It's all in the presentation!
Review: CSS formatting
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

Review: CSS formatting
AboutCommentsNotes
Review: CSS formatting
Expand for more info
review.md
run
preview
console
Type your answer underneath each question. 😉 Make sure you save your answers!
Resume the video when you are done.

1️⃣ True or False: Every computer has an unlimited number of fonts available for use and there’s no need to download them from the internet.


2️⃣ To embed a Google Font on your webpage, where do you place the code in your HTML?


3️⃣ Which element can be used to create a container?


4️⃣ How do you center a container on a webpage? Use a div selector and provide the property and value to make this happen.


5️⃣ How do you center an image within a container? Provide the style rule to target an image element.
Console
/index.html
-2:45