y4f/Shared/Footer.razor.css

28 lines
377 B
CSS
Raw Normal View History

2023-02-27 20:03:29 +01:00
a {
color: black;
2023-02-27 20:03:29 +01:00
text-decoration: none;
}
a:hover, a:focus {
color: #2A6496;
text-decoration: underline;
}
h6 {
2023-03-01 15:17:27 +01:00
color: grey;
}
footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #89f9a5;
color: black;
text-align: center;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 100px;
}