Add files via upload

Third  Commit
This commit is contained in:
Dev EhChad
2023-05-01 08:52:34 -04:00
committed by GitHub
parent 5f1a55f931
commit 1527b5c20a
20 changed files with 706 additions and 616 deletions

View File

@@ -1,21 +1,21 @@
.footer {
width: 100%;
height: 200px;
background-color: #121619;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding-top: 10px;
}
.socialMedia svg {
color: white;
margin: 20px;
font-size: 70px;
cursor: pointer;
}
.footer p {
color: white;
.footer {
width: 100%;
height: 200px;
background-color: #121619;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding-top: 10px;
}
.socialMedia svg {
color: white;
margin: 20px;
font-size: 70px;
cursor: pointer;
}
.footer p {
color: white;
}