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;
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.header {
|
||||
justify-content: center;
|
||||
text-align: center;
|
||||
@@ -23,12 +26,6 @@ ol li {
|
||||
#table {
|
||||
line-height: 200%;
|
||||
}
|
||||
footer {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 30px;
|
||||
color: gray;
|
||||
}
|
||||
a:hover {
|
||||
color: #71ff55;
|
||||
}
|
||||
@@ -46,3 +43,19 @@ td {
|
||||
border: 1px white solid;
|
||||
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