Styled footer bg and links
This commit is contained in:
27
style.css
27
style.css
@@ -9,10 +9,13 @@
|
|||||||
|
|
||||||
* {
|
* {
|
||||||
font-family: "Erbaum Book", "Courier New", Courier, monospace;
|
font-family: "Erbaum Book", "Courier New", Courier, monospace;
|
||||||
background-color: black;
|
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -23,12 +26,6 @@ ol li {
|
|||||||
#table {
|
#table {
|
||||||
line-height: 200%;
|
line-height: 200%;
|
||||||
}
|
}
|
||||||
footer {
|
|
||||||
padding-top: 3px;
|
|
||||||
padding-bottom: 3px;
|
|
||||||
padding-left: 30px;
|
|
||||||
color: gray;
|
|
||||||
}
|
|
||||||
a:hover {
|
a:hover {
|
||||||
color: #71ff55;
|
color: #71ff55;
|
||||||
}
|
}
|
||||||
@@ -46,3 +43,19 @@ td {
|
|||||||
border: 1px white solid;
|
border: 1px white solid;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
footer {
|
||||||
|
padding: 5px 10px;
|
||||||
|
background: #9e9e9e;
|
||||||
|
background: linear-gradient(
|
||||||
|
0deg,
|
||||||
|
rgba(100, 100, 100, 1) 0%,
|
||||||
|
rgba(100, 100, 100, 0) 100%
|
||||||
|
);
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
width: 100svw;
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user