-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (47 loc) · 1.76 KB
/
Copy pathindex.html
File metadata and controls
58 lines (47 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ExploreScape</title>
<!-- fontawesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<!-- stylesheet -->
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<a class="nav-items active">Home</a>
<a class="nav-items">About</a>
<a class="nav-items">Reviews</a>
<a class="nav-items">Gallery</a>
<a class="nav-items">Contacts</a>
</nav>
</header>
<div class="content">
<img src="img/bac 3.png" alt="background" class="back-3">
<div class="title">
<h3>The Land of Serene Beauty</h3>
<h1>kerala</h1>
</div>
<img src="img/bac 2.2.png" alt="background" class="back-2">
<img src="img/bac 1.png" alt="background" class="back-1">
<div class="info-wrap">
<p>
Kerala is a tropical paradise in southern India, known for its breathtaking landscapes, rich culture, and serene backwaters. Whether you're seeking adventure, relaxation, or a taste of India's unique traditions, Kerala has something for everyone. From the lush hill stations to pristine beaches, and Ayurvedic retreats to vibrant festivals, this enchanting state offers a perfect blend of natural beauty and cultural experiences.
</p>
</div>
<div class="cta">
<button>
Explore More
<i class="fa-solid fa-arrow-right"></i>
</button>
</div>
<div class="slider">
<i class="fa-solid fa-chevron-left"></i>
<i class="fa-solid fa-chevron-right"></i>
</div>
</div>
</body>
</html>