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