scrimba
Frontend Career Path
Learn UI design
Simple layout
Keeping it Ultra Simple
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
Keeping it Ultra Simple
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<p>Today's Article</p>
<h1>A Place in <span>Time</span> and <span>Space</span></h1>
</div>
</body>
</html>
Console
/index.html
-5:40