From acbfe6744aacc02188281e80e16642f2fc427f93 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 1 Dec 2021 22:40:31 -0500 Subject: [PATCH] finished --- index.css | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 77 +++++++++++++++++++++++++++++++++------------------- 2 files changed, 128 insertions(+), 28 deletions(-) diff --git a/index.css b/index.css index e69de29bb..32eb15301 100644 --- a/index.css +++ b/index.css @@ -0,0 +1,79 @@ +*{ + box-sizing: border-box; + padding: 0; + margin: 0; + max-width: 100%; +} +nav{ + display: flex; + justify-content: space-around; + margin: 2rem 0; +} +a{ + text-decoration: none; + +} +a:hover{ + transition-duration: 2s; + color: black; + background-color: teal; +} +.nav1{ + color:white; + background-color: #FF764E; + padding: 1rem 1rem; + border-radius: 10px; +} +.nav2{ + color:white; + background-color: #5ED3EB; + padding: 1rem 1rem; + border-radius: 10px; +} +.nav3{ + color:white; + background-color: #FFCD69; + padding: 1rem 1rem; + border-radius: 10px; +} +h1 { + font-family: 'Chelsea Market', cursive; + font-size: xx-large; + letter-spacing: .25rem; +} +.header{ + display: flex; + justify-content: space-around; + margin-bottom: 2rem; +} +.roundImg { + border-radius: 100%; + width:10rem; + +} +.right{ + width: 60%; + padding-top: 1rem; + align-items: center; + text-align: center; +} +.p2{ + margin:0 15%; +} +.body{ + color: white; + text-align: center; + background-color: #DDB9A3; + padding: 1.5rem 1rem; + margin: 0 5%; +} +.midImg{ + align-items: center; + text-align: center; + padding:3rem 35%; +} +.footer{ + width:90%; + align-items: center; + text-align: center; +} \ No newline at end of file diff --git a/index.html b/index.html index 6fd71e4a1..8a0695606 100644 --- a/index.html +++ b/index.html @@ -2,36 +2,57 @@ + + + - + - Plan your Visit - Learn about the Park - Get Involved - - - "header_img.jpg" - Yosemite Park Guide - Come explore California’s beautiful wilderness. - Always open. Reservations are not available or required to enter the park. - - Not just a great valley, but a shrine to human foresight, the strength of granite, the power of glaciers, the persistence of life, and the tranquility of the High Sierra. - - First protected in 1864, Yosemite National Park is best known for its waterfalls, but within its nearly 1,200 square miles, you can find deep valleys, grand meadows, ancient giant sequoias, a vast wilderness area, and much more. - - "https://image.flaticon.com/icons/svg/2979/2979348.svg" - Fire is a natural and essential part of Yosemite. We manage fire carefully and study how it interacts with the park’s ecosystems. This blog provides updates about fires in Yosemite. Check for current fire restrictions. - - "https://image.flaticon.com/icons/svg/820/820374.svg" - We strongly recommend that you make reservations for lodging, camping, and backpacking. You can pay the park entrance fee upon arrival (there's no need to pay it in advance). - - "footer_img.png" - - - Plan your Visit - Learn about the Park - Get Involved - +
+ +
+
+
+ Picture Of Mountains +
+
+

Yosemite Park Guide

+
+

Come explore California’s beautiful wilderness.

+
+

Always open. Reservations are not available or required to enter the park.

+
+
+
+
+
+

Not just a great valley, but a shrine to human foresight, the strength of granite, the power of glaciers, the persistence of life, and the tranquility of the High Sierra.

+
+

First protected in 1864, Yosemite National Park is best known for its waterfalls, but within its nearly 1,200 square miles, you can find deep valleys, grand meadows, ancient giant sequoias, a vast wilderness area, and much more.

+
+
+
+ Campfire +

Fire is a natural and essential part of Yosemite. We manage fire carefully and study how it interacts with the park’s ecosystems. This blog provides updates about fires in Yosemite. Check for current fire restrictions.

+
+
+ Camping Van +

We strongly recommend that you make reservations for lodging, camping, and backpacking. You can pay the park entrance fee upon arrival (there's no need to pay it in advance).

+
+
+