- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
Latest commit
43 lines (37 loc) · 625 Bytes
/
Copy pathstyles.css
File metadata and controls
43 lines (37 loc) · 625 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
40
41
42
43
* {
box-sizing: border-box;
margin:0;
padding:0;
}
html {
height:100%;
}
body {
font-family:"Roboto Mono", monospace;
color:#0a0a23;
font-size:18px;
padding:1em;
line-height:1.4;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
height:100%;
}
h1 {
font-family:'Times New Roman', Times, serif;
font-weight:200;
}
a {
color:#0a0a23;
text-decoration: underline;
}
a:hover {
color:#f5f6f7;
background-color:#1b1b32;
cursor: pointer;
text-decoration: none;
}
img {
margin:1em40px;
}