35667-vm/assets/css/custom.css
Flatlogic Bot f1dff12888 3
2025-11-12 18:10:03 +00:00

21 lines
256 B
CSS

body {
}
.header {
background: linear-gradient(to right, #007bff, #0056b3);
color: white;
padding: 4rem 0;
text-align: center;
}
.header h1 {
text-shadow: none;
}
.footer {
position: fixed;
bottom: 0;
width: 100%;
}