scrimba
Responsive Design
Taking flexbox to the next level
Building a card component with flexbox - Introduction
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

Building a card component with flexbox - Introduction
AboutCommentsNotes
Building a card component with flexbox - Introduction
Expand for more info
index.html
run
preview
console
<html>
<head>
<title>Flexbox card</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>

</body>
</html>
Console
!
Error: Failed to load css/style.css
,
index.html
-2:34