-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
39 lines (36 loc) · 761 Bytes
/
style.css
File metadata and controls
39 lines (36 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: white;
background-color: black;
font-family: cursive;
}
button {
font-family: cursive;
}
.MDJAminDiv {
z-index: 4444;
position: fixed;
bottom: 5%;
left: 2%;
}
.MDJAmin {
text-decoration: none;
border-bottom: 1px dashed rgb(204, 204, 204);
border-top: 1px dashed rgb(204, 204, 204);
/* border-bottom: 1px dashed rgb(44, 44, 44); */
/* border-top: 1px dashed rgb(44, 44, 44); */
padding: 4px 0;
/* color: rgba(44, 44, 44, 0.525); */
color: rgba(204, 204, 204, 0.414);
font-family: monospace;
font-style: italic;
font-size: 1.1em;
transition: all 0.5s;
}
.MDJAmin:hover {
/* color: #000000; */
color: white;
}