-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (52 loc) · 2.81 KB
/
index.html
File metadata and controls
68 lines (52 loc) · 2.81 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Media Query Demo</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<article>
<h1 id="heading1">Media Query Demo</h1>
<p id="par1">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex
ea
commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla
pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id
est
laborum.</p>
<p id="par2">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Corrupti, ipsum quae veritatis in nihil
laudantium labore beatae nulla laborum rem. Error, molestiae eaque quod placeat at. Labore architecto minus
accusantium.</p>
<section>
<h2 id="headin2">Box Columns</h2>
<div class="figureDiv">
<figure id="figure1">
<img id="figure-Image1" src="https://images.unsplash.com/photo-1600322061855-bdfa703196e3?q=80&w=2673&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Placeholder kitteh">
<figcaption id="figure-Caption1">Place Kittens are great</figcaption>
</figure>
<figure id="figure2">
<img id="figure-Image2" src="https://images.unsplash.com/photo-1593018113452-918597f50f51?q=80&w=2671&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Placeholder kitteh">
<figcaption id="figure-Caption2">Place Kittens are great</figcaption>
</figure>
<figure id="figure3">
<img id="figure-Image3" src="https://images.unsplash.com/photo-1519052537078-e6302a4968d4?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Placeholder kitteh">
<figcaption id="figure-Caption3">Place Kittens are great</figcaption>
</figure>
<figure id="figure4">
<img id="figure-Image4" src="https://images.unsplash.com/photo-1561389881-a5d8d5549588?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D" alt="Placeholder kitteh">
<figcaption id="figure-Caption4">Place Kittens are great</figcaption>
</figure>
<figure id="figure5">
<img id="figure-Image5" src="https://images.unsplash.com/photo-1626602411112-10742f9a3ab8?q=80&w=2574&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
alt="Placeholder kitteh">
<figcaption id="figure-Caption5">Place Kittens are great</figcaption>
</figure>
</div>
</section>
</article>
</body>
</html>