-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (36 loc) · 1.49 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
<!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">
<title>Caribe</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div class="child">
<div class="box1">
<ul>
<li><a href="Register" class="regist">Register</a></li>
<li><a href="Sign in" class="sign">Sign in</a></li>
<li><a href="Search" class="search">Search</a></li>
<li><a href="Download app" class="down">Download app</a></li>
<li><a href="Home" class="home2" id="home2">Home</a></li>
</ul>
</div>
<div class="box4">
<h1 class="title">INTO THE<br><span class="wild">WILD</span></h1>
<h3 class="info">Experience the magical palm-lined, whitesand beaches, mangroves and<br>
tropical rainforests. Coral reefs supporting marine life such as sharks
rays<br> make for popular diving and snorkelling sites
</h3>
<button type="button">Explore all trips</button> <button type="button">Explore packages</button>
</div>
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
</div>
</div>
</body>
</html>