scrimba
Learn Flexbox
Order - 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

Order - Flexbox tutorial
AboutCommentsNotes
Order - 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>
<div class="container">
<div class="item1">1 Home</div>
<div class="item2">2 Search</div>
<div class="item3">3 Logout</div>
</div>
</body>
</html>
Console
index.html
-3:09