scrimba
Figma to code
Simple Card
ems and rems
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
ems and rems
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<h1>My Title</h1>
<p>This is a small sentence that will help us demonstrate CSS units.</p>
</div>
</body>
</html>
Console
/index.html
-5:25