Files
chadsreactproject/src/styles/Footer.css
Dev EhChad b086ab5f24 Better Mobile UI Support
Fixed several issues of the footer not being at the bottom of the page. Also fixed some page body issues.
2024-01-25 02:43:13 -05:00

24 lines
428 B
CSS

.footer {
bottom: 0;
width: 100vw;
min-height: 100%;
margin-top: 10px;
margin-top: auto;
background-color: #121619;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.socialMedia svg, .socialMedia a {
color: rgb(255, 0, 0);
margin: 20px;
font-size: 50px;
cursor: pointer;
text-decoration: none;
}
.footer p {
color: rgb(0, 255, 13);
}