21 lines
256 B
CSS
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%;
|
|
} |