scrimba
Frontend Career Path
Responsive design
Build a Product Splash Page
Aside: Viewport units
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: Viewport units
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<nav>
<button class="menu">&#8801;</button>
</nav>
<article>
<h2 class="headline">Breathing oxygen linked to staying alive</h2>
<p>Scientists made a substantial medical breakthrough this week by discovering a strong correlation between breathing air and staying alive. <i>"Many people assume that breathing air is necessary for life. They don't quite grasp the science behind it,"</i> said one scientist, after performing a super complex experiment that only uber smart people who breathe would understand.</p>
</article>
</body>
</html>
Console
/index.html
-3:34