35667-vm/assets/css/custom.css
Flatlogic Bot 998045f9bc 2
2025-11-12 15:39:09 +00:00

17 lines
241 B
CSS

body {
background-color: #f8f9fa;
}
.header {
background: linear-gradient(135deg, #0d6efd, #0d6efd);
color: white;
padding: 4rem 0;
text-align: center;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
}