Update templates/index.html

This commit is contained in:
cgcristi 2024-09-08 13:14:40 +02:00
parent a04d2d1b3c
commit a21f15504e

View File

@ -74,6 +74,35 @@
margin-top: 20px; margin-top: 20px;
color: #f5f5f5; color: #f5f5f5;
} }
.footer {
background-color: #2c2f33;
color: #99aab5;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
text-align: center;
font-size: 14px;
}
.footer a {
color: #61afef;
text-decoration: none;
}
.footer a:hover {
text-decoration: underline;
}
.footer .container {
max-width: 1200px;
margin: 0 auto;
padding: 0 15px;
}
</style> </style>
</head> </head>
<body> <body>