12 lines
163 B
CSS
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);
|
|
} |