css
This commit is contained in:
parent
ed0f9a0329
commit
5d6086de98
|
@ -2,7 +2,7 @@ body {
|
||||||
background-color: #2e2e2e;
|
background-color: #2e2e2e;
|
||||||
color: #d6d6d6;
|
color: #d6d6d6;
|
||||||
font-family: "Courier New", monospace;
|
font-family: "Courier New", monospace;
|
||||||
font-size: 1.25em;
|
font-size: 1.1em;
|
||||||
margin: 75px 20%;
|
margin: 75px 20%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
@ -37,7 +37,10 @@ a:hover {
|
||||||
border: 2px dashed #d6d6d6;
|
border: 2px dashed #d6d6d6;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: 20px;
|
position: fixed;
|
||||||
|
bottom: 25px;
|
||||||
|
left: 25px;
|
||||||
|
background-color: #2e2e2e;
|
||||||
}
|
}
|
||||||
|
|
||||||
#files {
|
#files {
|
||||||
|
|
Loading…
Reference in New Issue