diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..b242572 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "githubPullRequests.ignoredPullRequestBranches": [ + "main" + ] +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..939019a --- /dev/null +++ b/index.html @@ -0,0 +1,129 @@ + + + + + + + + Top 5 Best Places to Travel + + + +
+ +

Top 5 Best Places to Travel If You’re a Nature Lover

+

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.

+
+ + + + +
+
+ +
+

Iceland – A Land of Fire and Ice

+

Why it's a nature lover's paradise: 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.

+
+ + + +
+
+ + +
+ +
+

New Zealand – Adventure Awaits at Every Corner

+

Why it's a nature lover's paradise: 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.

+
+ + + +
+
+ + +
+ +
+

Costa Rica – Biodiversity in Abundance

+

Why it's a nature lover's paradise: 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).

+
+ + + +
+
+ + +
+ +
+

Canada – Vast Wilderness to Explore

+

Why it's a nature lover's paradise: 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.

+
+ + + +
+
+ + +
+ +
+

Patagonia (Argentina and Chile) – The Ultimate Adventure

+

Why it's a nature lover's paradise: 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.

+
+ + + +
+
+ +
+ + + + \ No newline at end of file diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..31924c0 --- /dev/null +++ b/styles.css @@ -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; +} \ No newline at end of file