scrimba
Frontend Career Path
Essential CSS concepts
Build an NFT Site
Aside: Overflow
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: Overflow
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div>
<p>CSS makes your websites look amazing 😎</p>
</div>
</body>

</html>
Console
/index.html
-6:22