2024-08-20 13:37:03 -04:00
|
|
|
footer {
|
|
|
|
font-family: 'Ubuntu', sans-serif;
|
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #000000B3;
|
|
|
|
padding: 0.6em 0;
|
|
|
|
color: #FFFFFF;
|
|
|
|
font-size: 0.9em;
|
2024-08-20 14:35:04 -04:00
|
|
|
z-index: 1000; /* Ensure the footer is above other elements */
|
2024-08-20 13:37:03 -04:00
|
|
|
}
|