-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflex.html
More file actions
52 lines (41 loc) · 1.95 KB
/
flex.html
File metadata and controls
52 lines (41 loc) · 1.95 KB
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
51
52
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=800px, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>This is a test page for the flex</title>
<link rel="stylesheet" href="css/flex.css">
<link rel="stylesheet" href="fontawesome/css/font-awesome.min.css">
</head>
<body>
<div class="page">
<div class="top-title">
<img src="http://unsplash.it/200/200/?random" alt="">
<font size="40">These are our trips abroad</font>
<img src="http://unsplash.it/200/200/?random" alt="">
</div>
<div class="content">
<div class="sidebar">
<img src="http://unsplash.it/100/100/?random" alt="">
<img src="http://unsplash.it/100/100/?random" alt="">
<img src="http://unsplash.it/100/100/?random" alt="">
<img src="http://unsplash.it/100/100/?random" alt="">
<img src="http://unsplash.it/100/100/?random" alt="">
</div>
<div class="mosaic">
<img src="http://unsplash.it/300/300/?random" alt="" id="placeholder" />
<img src="http://unsplash.it/200/200/?random" alt="" id="placeholder" />
<img src="http://unsplash.it/300/300/?random" alt="" id="placeholder" />
<img src="http://unsplash.it/200/200/?random" alt="" id="placeholder" />
<img src="http://unsplash.it/300/300/?random" alt="" id="placeholder" />
<img src="http://unsplash.it/200/200/?random" alt="" id="placeholder" />
<img src="http://unsplash.it/300/300/?random" alt="" id="placeholder" />
<img src="http://unsplash.it/200/200/?random" alt="" id="placeholder" />
</div>
</div>
<div class="footer">
<font size="25">This is the footer of the page</font>
</div>
</div>
</body>
</html>