scrimba
Learn Flexbox
Your first Flexbox layout - Flexbox tutorial
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

Your first Flexbox layout - Flexbox tutorial
AboutCommentsNotes
Your first Flexbox layout - Flexbox tutorial
Expand for more info
index.html
run
preview
console
<html>
<head>
<link rel="stylesheet" href="basic.css">
<link rel="stylesheet" href="index.css">
</head>
<body>
<nav class="container">
<div>Home</div>
<div>Search</div>
<div>Logout</div>
</nav>
</body>
</html>
Console
index.html
-1:53