First Commit

This commit is contained in:
2023-04-30 13:52:52 -04:00
commit 7037aa4c3b
48 changed files with 18731 additions and 0 deletions

21
src/styles/Footer.css Normal file
View File

@@ -0,0 +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;
}