-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (40 loc) · 1.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="flexbox.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Harry Fox</title>
</head>
<body>
<h1>Flex-my-box</h1>
<h2>Practice with flex-box</h2>
<div class="container container1">
<div class="item1 item">Item 1</div>
<div class="item2 item">Item 2</div>
<div class="item3 item">Item 3</div>
<div class="item4 item">Item 4</div>
<div class="item5 item">Item 5</div>
<div class="item6 item">Item 6</div>
</div>
<div class="container container2">
<div class="item1 item">Item 1</div>
<div class="item2 item">Item 2</div>
<div class="item3 item">Item 3</div>
<div class="item4 item">Item 4</div>
<div class="item5 item">Item 5</div>
<div class="item6 item">Item 6</div>
</div>
<div class="container container3">
<div class="item1 item">Sriracha food truck chillwave, venmo raw denim thundercats echo park cred truffaut cold-pressed ramps VHS. Dreamcatcher mlkshk street art, pork belly retro quinoa hella austin VHS direct trade chambray swag readymade put a bird on it.</div>
<div class="item2 item">Hella mlkshk truffaut, blue bottle chillwave flexitarian selfies. Kogi single-origin coffee lomo, pug echo park art party vegan cred next level.
<br><br>
Pitchfork freegan narwhal affogato, stumptown chartreuse vegan single-origin coffee twee.
</div>
<div class="item3 item">Art party locavore stumptown disrupt, everyday carry celiac asymmetrical freegan you probably haven't heard of them franzen lomo four loko XOXO.</div>
<div class="item4 item">Humblebrag kale chips normcore biodiesel.</div>
<div class="item5 item">Tote bag mlkshk pour-over marfa skateboard asymmetrical.</div>
<div class="item6 item">Tumblr marfa keffiyeh ethical, jean shorts chillwave YOLO seitan godard listicle truffaut umami heirloom.</div>
</div>
</body>
</html>