Files
portfolio/styles/footer.css
2023-01-03 22:18:13 -05:00

12 lines
163 B
CSS

footer {
display: flex;
align-items: center;
color: white;
max-width: 1024px;
margin: auto;
gap: 10px;
}
footer::before {
filter: brightness(0.8);
}