scrimba
Introduction to CSS
Welcome
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
Welcome
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="card">
<p>
<b>FREE HTML COURSE:</b>
https://scrimba.com/g/ghtml
</p>
</div>
</body>
</html>
<!-- FREE HTML COURSE -->
<!-- https://scrimba.com/g/ghtml -->
Console
index.html
-1:36