Skip to content

Instantly share code, notes, and snippets.

@outoftime
Created October 22, 2017 15:13
Show Gist options
  • Save outoftime/064fcd075cf4d814b5ee4b4723a83bb6 to your computer and use it in GitHub Desktop.
Save outoftime/064fcd075cf4d814b5ee4b4723a83bb6 to your computer and use it in GitHub Desktop.
Exported from Popcode.
<!DOCTYPE html>
<html>
<head>
<title>04.3 Flexbox Practice</title>
<link rel="stylesheet" href="https://rawgit.com/outoftime/c0b5a5927ed0a72f3ad7be29ff552336/raw/01842fe10e5a337cf83a8596872445fa939135ca/mild.css">
</head>
<body>
<h2>Sample 1:</h2>
<div id="sample1">
<div class="item">News</div>
<div class="item">Videos</div>
<div class="item">Quizzes</div>
<div class="item">Tasty</div>
<div class="item">More</div>
</div>
<h2>Sample 2:</h2>
<div id="sample2">
<div class="item">News</div>
<div class="item">Videos</div>
<div class="item">Quizzes</div>
<div class="item">Tasty</div>
<div class="item">More</div>
</div>
<h2>Sample 3:</h2>
<div id="sample3">
<div class="item">News</div>
<div class="item">Videos</div>
<div class="item">Quizzes</div>
<div class="item">Tasty</div>
<div class="item">More</div>
</div>
</body>
</html>
{"hiddenUIComponents":["editor.javascript"]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment