scrimba
Responsive Design
Think responsively
Creating a navigation
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
Creating a navigation
Expand for more info
index.html
run
preview
console
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Lora|Ubuntu:400,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>

</body>
</html>
Console
!
Error: Failed to load css/styles.css
,
index.html
-4:44