diff --git a/index.html b/index.html index be397c1..87fd114 100644 --- a/index.html +++ b/index.html @@ -3,19 +3,28 @@ + Zelda Info page
-

Welcome

-
- to the Zelda Info page -
-
where YOU can know more about your favorite Zelda characters.
-
- -
+

Welcome

+
+ to the Zelda Info page +
+
where YOU can know more about your favorite Zelda characters.
+
+ +
+
+

About

+

This is a crazy cool site that will let you click on the different options of Zelda characters.
+ NOTE: We did not add ALL Zelda characters to let you know!
+ "Anyway, my name is Aaron." -Aaron Jr "And my name is Aaron too 😉" -Aaron Sr
+ Hope you enjoy your visit! +

+
diff --git a/styles.css b/styles.css index 5abac19..87d4062 100644 --- a/styles.css +++ b/styles.css @@ -1,18 +1,27 @@ -h1 { +header h1 { text-align: center; font-size: 100px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; - text-shadow: 20px 10px 5px lightgrey; } .align-center { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; text-align: center; font-style: italic; - text-shadow: 20px 10px 5px grey; + text-shadow: 20px 10px 5px white; padding-bottom: 10px; } +.align-center-2 { + text-align: center; + font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; + padding: 10px 0px 10px 0px; +} + +header { + border-bottom: 20px solid white; +} + header button { background-color: black; color: white; @@ -28,3 +37,22 @@ button:hover { background-color: white; color: black } + +section h1 { + text-align: center; + color: darkblue; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; + font-size: 30px; +} + +body { + background-color: black; + color: white; +} + + +section p { + text-shadow: 20px 10px 5px white; + text-align: center; + font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; +} diff --git a/z.png b/z.png new file mode 100644 index 0000000..cd9114a Binary files /dev/null and b/z.png differ