1
0
web-semprace/sass/footer.scss

10 lines
144 B
SCSS
Raw Normal View History

2023-11-19 00:19:59 +01:00
footer {
display: flex;
justify-content: center;
padding: 1rem;
a {
color: blue;
text-decoration: none;
}
}