1
0
web-semprace/sass/footer.scss

10 lines
144 B
SCSS

footer {
display: flex;
justify-content: center;
padding: 1rem;
a {
color: blue;
text-decoration: none;
}
}