mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
9 lines
150 B
CSS
9 lines
150 B
CSS
.footer {
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-color: white;
|
|
color: black;
|
|
text-align: center;
|
|
} |