-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss201_finalProject.html
More file actions
49 lines (47 loc) · 1.66 KB
/
css201_finalProject.html
File metadata and controls
49 lines (47 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<title></title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="201_finalProject.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
</head>
<body>
<div id="container">
<div class="hero-banner">
<div class="nav-container">
<div class="navigation">
<a href="">About Us</a><a href="">Tours</a><a href="">Gallery</a><a href="">Reviews</a><a
href="">Contact</a><br>
</div>
</div>
<hr>
<div class="content">
<div class="hero-content">
<h1>TRAVEL TIME</h1>
<p>Don't let the loud noise scare you. Let the rhythms of the dance amuse you. You are given a very rare chance.
Feel the movement of the ancestors.</p>
</div>
</div>
</div>
</div>
<div id="container-2">
<h1>POPULAR TOURS</h1>
<br>
<div id="grid">
<div class="item item1"><p class="item_content">TOUR 1</p></div>
<div class="item item2"><p class="item_content">TOUR 2</p></div>
<div class="item item3"><p class="item_content">TOUR 3</p></div>
<div class="item item4"><p class="item_content">TOUR 4</p></div>
</div>
</div>
<div id="container-3">
<div class="hero-content-3">
<h1>DISCOVER THE WORLD IN A NEW WAY</h1>
<p>"Attachment to things and obstacles to an interesting life. People, as a rule, do not realize at any time that they can throw anything out of their lives. Anytime. Instantly."</p>
</div>
<div class="social">instagram</div>
</body>
</html>