10 lines
145 B
CSS
10 lines
145 B
CSS
.footer {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
flex-wrap: wrap;
|
|
color: lightgray;
|
|
}
|
|
|
|
.footer a {
|
|
color: lightgray;
|
|
} |