8 lines
152 B
CSS
8 lines
152 B
CSS
![]() |
.footer {
|
||
|
align-items: center;
|
||
|
background-color: #450a64;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.footer-container { color: white; }
|