Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
129 changes: 129 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,129 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="styles.css">
<title>Top 5 Best Places to Travel</title>
</head>

<body>
<div class="header">
<img class="headerImage"
src="https://images.pexels.com/photos/1051075/pexels-photo-1051075.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2">
<h1>Top 5 Best Places to Travel If You’re a Nature Lover</h1>
<p>If you’re a nature lover with a sense of adventure, the world is full of breathtaking destinations that offer the
perfect mix of stunning landscapes, wildlife encounters, and outdoor activities. From towering mountains and vast
glaciers to lush rainforests and pristine beaches, these places allow you to disconnect from the hustle and bustle
of everyday life and truly immerse yourself in the beauty of the natural world. Whether you're seeking thrilling
hikes, serene lakes, or unique wildlife experiences, here are the top 5 best places to travel if you want to
explore
nature at its finest.</p>
</div>

<!-- Nedanför presenteras destinationerna-->

<!-- Island -->
<div class="places">
<div class="box">
<img src="https://images.pexels.com/photos/4156951/pexels-photo-4156951.jpeg">
<div>
<h2>Iceland – A Land of Fire and Ice</h2>
<p><b>Why it's a nature lover's paradise:</b> Iceland is home to some of the most dramatic landscapes in the
world. From active volcanoes to massive glaciers, waterfalls, and geothermal hot springs, it’s a natural
wonderland. You can
hike across glaciers, witness the Northern Lights, or take a dip in the famous Blue Lagoon.
Must-see spots: Gullfoss waterfall, Thingvellir National Park, Vatnajökull glacier, and the volcanic beaches
of
Reynisfjara.</p>
<br>
<a href="https://google.com">
<button>Read more about Iceland</button>
</a>
</div>
</div>

<!-- New Zealand -->
<div class="box">
<img
src="https://images.pexels.com/photos/2407783/pexels-photo-2407783.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2">
<div>
<h2>New Zealand – Adventure Awaits at Every Corner</h2>
<p><b>Why it's a nature lover's paradise:</b> Known for its diverse ecosystems, New Zealand offers everything
from
rainforests to alpine mountains to pristine beaches. Whether you're into hiking, kayaking, or bungee jumping,
New Zealand's outdoor activities are endless.
Must-see spots: Fiordland National Park, Tongariro Alpine Crossing, Milford Sound, and Abel Tasman National
Park.</p>
<br>
<a href="https://google.com">
<button>Read more about New Zealand</button>
</a>
</div>
</div>

<!-- Costa Rica -->
<div class="box">
<img
src="https://images.pexels.com/photos/1478941/pexels-photo-1478941.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2">
<div>
<h2>Costa Rica – Biodiversity in Abundance</h2>
<p><b>Why it's a nature lover's paradise:</b> Costa Rica is one of the most biodiverse countries on the planet.
With
tropical rainforests, volcanoes, cloud forests, and wildlife like sloths, monkeys, and exotic birds, it’s a
haven for eco-tourism.
Must-see spots: Manuel Antonio National Park, Arenal Volcano, Monteverde Cloud Forest, and Tortuguero National
Park (great for turtle watching).</p>
<br>
<a href="https://google.com">
<button>Read more about Costa Rica</button>
</a>
</div>
</div>

<!-- Canada -->
<div class="box">
<img
src="https://images.pexels.com/photos/5226950/pexels-photo-5226950.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<div>
<h2>Canada – Vast Wilderness to Explore</h2>
<p><b>Why it's a nature lover's paradise:</b> With its expansive national parks, towering mountain ranges, and
crystal-clear lakes, Canada is a dream for nature enthusiasts. You can enjoy peaceful hikes, wildlife
spotting,
and even paddle across some of the world's most stunning lakes.
Must-see spots: Banff and Jasper National Parks, Niagara Falls, Lake Louise, and the Yukon wilderness.</p>
<br>
<a href="https://google.com">
<button>Read more about Canada</button>
</a>
</div>
</div>

<!-- Patagonia -->
<div class="box">
<img
src="https://images.pexels.com/photos/2473845/pexels-photo-2473845.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1">
<div>
<h2>Patagonia (Argentina and Chile) – The Ultimate Adventure</h2>
<p><b>Why it's a nature lover's paradise:</b> Patagonia is a vast and rugged region at the southern tip of South
America,
offering some of the most remote and untouched landscapes in the world. With jagged mountain peaks, glaciers,
fjords, and Patagonia’s unique wildlife, it’s perfect for those who want to explore some of the planet’s
wildest
places.
Must-see spots: Torres del Paine National Park, Perito Moreno Glacier, Mount Fitz Roy, and the Tierra del
Fuego
National Park.</p>
<br>
<a href="https://google.com">
<button>Read more about Patagonia</button>
</a>
</div>
</div>

</div>

</body>

</html>
71 changes: 71 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
body {
font-family: Arial, sans-serif;
background-color: #f0f0f0;
color: #333;
margin: 24px;
}

h1 {
font-size: 42px;
color: #36502c;
}

h2 {
font-size: 36px;
color: #36502c;
}

p {
width: 50%;
}

img {
width: 600px;
border-radius: 8px;
}

/* Styling for the button */
button {
width: 300px;
padding: 16px;
font-weight: 800;
text-transform: uppercase;
color: #36502c;
border-width: 3px;
border-color: #36502c;
border-radius: 50px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Container for the header (image + text) */
.header {
margin-bottom: 20px;
}

/*Styling for the image inside the header*/
.headerImage {
/*width: 100%;
height: 500px;*/
/*background-image: ;*/
width: 100%;
height: 300px;
object-fit: cover;
border-radius: 0px;
/* Beskär och fyller ut behållaren */
}

/* Styling for the content layout */
.box {
padding-top: 32px;
padding-bottom: 32px;
display: flex;
align-items: center;
}

.box p {
width: 600px;
}

.box img {
padding-right: 32px;
}