Created
October 22, 2017 15:13
-
-
Save outoftime/064fcd075cf4d814b5ee4b4723a83bb6 to your computer and use it in GitHub Desktop.
Exported from Popcode.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"hiddenUIComponents":["editor.javascript"]} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment