Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finished description work #4

Merged
merged 2 commits into from
Aug 27, 2023
Merged
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
25 changes: 17 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,28 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="z.png">
<title>Zelda Info page</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<h1>Welcome</h1>
<div class="align-center">
to the Zelda Info page
</div>
<div class="align-center">where <strong>YOU</strong> can know more about your favorite Zelda characters.</div>
<div class="align-center">
<button>Get Started</button>
</div>
<h1>Welcome</h1>
<div class="align-center-2">
to the Zelda Info page
</div>
<div class="align-center-2">where <strong>YOU</strong> can know more about your favorite Zelda characters.</div>
<div class="align-center-2">
<button>Get Started</button>
</div>
</header>
<section>
<h1>About</h1>
<p>This is a crazy cool site that will let you click on the different options of Zelda characters.<br>
<strong>NOTE: </strong>We did not add <em>ALL</em> Zelda characters to let you know!<br>
"Anyway, my name is Aaron." <em>-Aaron Jr</em> "And my name is Aaron too 😉" <em>-Aaron Sr</em><br>
Hope you enjoy your visit!
</p>
</section>
</body>
</html>
34 changes: 31 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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;
}
Binary file added z.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.