added CornTV

This commit is contained in:
FreeCorn 2024-08-22 22:06:06 -06:00
parent 2bd9052c93
commit 14412a644c
5 changed files with 197 additions and 0 deletions

11
corntv/footer.css Normal file
View file

@ -0,0 +1,11 @@
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;
}