freecorn-landing-page/corntv/footer.css
2024-08-22 22:06:06 -06:00

12 lines
226 B
CSS

footer {
font-family: 'Segoe UI', sans-serif;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
background-color: #000000B3;
padding: 0.6em 0;
color: #FFFFFF;
font-size: 0.9em;
}