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
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
Binary file added DJ Donna Summer - Chicken Dance.mp3
Binary file not shown.
77 changes: 77 additions & 0 deletions index.html

Large diffs are not rendered by default.

72 changes: 72 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
body {
margin: 0px;
}

section {
overflow: auto;

display: flex;
flex-direction: column;
margin: 0 10px 0 0;
background: white;
height: 100vh;
width: 100%;
}

h1 {
text-decoration: underline;
font-size: 3.5em;
text-align: center;
}

h2 {
background-color: red;
text-align: center;
font-size: 40px;
color: white;
border: solid;
text-decoration: underline;
}
h3 {
font-size: 50px;
text-align: center;
}

h4{
font-size: 50px;
text-align: center;
color: red;
font-family: 'Chicken Hut', sans-serif;
}

h5 {
font-size: 20px;
}

p {
font-size: 20px;
}
button {
border-bottom: solid black 5px;
border-right: solid black 5px;
}

.First-Page {
border: 5px solid red;
align-items: center;
justify-content: center;
}

.Second-Page {
border: 5px solid red;
align-items: center;
justify-content: flex-start;
}

.Third-Page {
border: 5px solid red;
align-items: center;
justify-content: flex-start;
flex-direction: column;
}