-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 1.5 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
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>www.wanderlusters.com</title>
<link rel="stylesheet" href ="main.css">
</head>
<body>
<header>
<nav id="navbar">
<div id="logo">
<h3>Wander Lusters</h3>
</div>
<a id="menu1" href="#">Home</a>
<a id="menu2" href="#">Stations</a>
<a id="menu3" href="#">Best offers</a>
<a id="menu4" href="#">Our sites</a>
<a id="menu5" href="#">Contact</a>
<button id="reg">Register</button>
</nav>
<br>
<br>
<br><br><br><br><br><br><br>
<span class="text"> Enjoy</span>
<h1 class="head"> International Travel Agency</h1>
<br>
<a class="butt" href="#">Book your Trip</a>
</header>
<section class="mid">
<h6 class="plan"> PLAN YOUR TRIP</h6>
<H3 class="next">Where to next?</H3>
</section>
<div class="second_section">
<div class="box1">
<img src="croatia.jpg">
<br>
<h5> Croatia</h5>
</div>
<div class="box2">
<img src="paris.jpg">
<br>
<h5>Paris</h5>
</div>
<div class="box3">
<img src="ikaria.jpg">
<br>
<h5>Ikaria</h5>
</div>
</div>
</body>
</html>