added footer

This commit is contained in:
YouHaveTrouble
2021-07-12 02:06:20 +02:00
parent fddf7e4b3f
commit b61d7cce6d
4 changed files with 14 additions and 1 deletions
+7
View File
@@ -52,6 +52,12 @@ legend {
font-size: 120%;
text-align: center;
}
.footer {
font-size: 0.7em;
color: rgba(128, 128, 128, 0.705);
cursor: default;
}
.window a {
color: rgb(190, 190, 190);
}
@@ -81,6 +87,7 @@ h1 {
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
@media only screen
and (max-width: 1000px) {
.wrapper {
+5 -1
View File
@@ -6,7 +6,7 @@
margin: 1em;
padding: 0.7em;
padding-top: 0.4em;
background: rgba(0, 0, 0, 0.5);
background: rgba(0, 0, 0, 0.75);
text-align: center;
}
@@ -33,6 +33,10 @@ h5 {
color: #fff;
}
.project-window ul {
list-style-type:none;
}
@media only screen
and (max-width: 1000px) {
.wrapper {