Files
chadsreactproject/src/styles/Footer.css
2024-11-18 19:26:29 -05:00

22 lines
386 B
CSS

.footer {
bottom: 0;
width: 100vw;
min-height: 100%;
background-color: #000000;
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);
}