borgwarehouse/Components/UI/Layout/Footer/Footer.module.css
2022-12-01 13:25:10 +01:00

14 lines
189 B
CSS

.footer {
color: #494b7a;
text-align: center;
position: absolute;
bottom: 0;
width: 100%;
height: 50px;
}
a.site {
color: #6d4aff;
text-decoration: none;
}