-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.47 KB
/
Copy pathindex.html
File metadata and controls
42 lines (42 loc) · 1.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="./image/icon.png" type="image/x-icon" />
<title><Implementation-Assignment></Implementation-Assignment></title>
</head>
<body>
<div class="container">
<div class="box-one">
<img src="./image/image3.jpg" alt="img-one" />
<h2>A starry night</h2>
<p>
Look up at the night sky, and find yourself
<strong>immersed</strong> in the amazing mountain range of Aspen.
</p>
<button>Explore →</button>
</div>
<div class="box-two">
<img src="./image/image1.jpg" alt="img-two" />
<h2>Misty mornings</h2>
<p>
Capture the stunning <strong>essence</strong> of the early morning
sunrise in the Californian wilderness.
</p>
<button>Explore →</button>
</div>
<div class="box-three">
<img src="./image/image2.jpg" alt="img-three" />
<h2>Utah sunsets</h2>
<p>
Sunsets over the <strong>stunning</strong> Utah Canyonlands, is truly
something much more than incredible.
</p>
<button>Explore →</button>
</div>
</div>
</body>
</html>