scrimba
Code Reviews
Code Review: Huey's Solo Project: Inspirational Quote Page
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

Code Review: Huey's Solo Project: Inspirational Quote Page
AboutCommentsNotes
Code Review: Huey's Solo Project: Inspirational Quote Page
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap" rel="stylesheet">
</head>
<body>
<div class="hero">
<a href="https://scrimba.com/" target="_blank"></a>
<h3 class="quote">"Today is your opportunity to build the tomorrow you want."</h3>
<h2 class="author">-Ken Poirot</h2>
</div>
</body>
</html>
Console
/index.html
-8:22