10 lines
144 B
SCSS
10 lines
144 B
SCSS
footer {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 1rem;
|
|
|
|
a {
|
|
color: blue;
|
|
text-decoration: none;
|
|
}
|
|
} |