forked from AlienceGG/a-limon.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
62 lines (62 loc) · 1.38 KB
/
stylesheet.css
File metadata and controls
62 lines (62 loc) · 1.38 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
html, body {
height: 100%;
overflow: hidden;
margin: 0;
background-color: #000;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
}
body {
font-family: 'PingFang SC',"Helvetica Neue", Helvetica, 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
color: #333;
background-size: cover;
}
h1,h2 {
display: block;
margin: 0;
padding: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
}
h1 {
margin: 10px auto;
font-size: 2.5rem;
}
h2 {
font-size: 0.85rem;
font-style: italic;
}
a {
color: #fff;
text-decoration: none;
transition: color .2s ease;
-webkit-tap-highlight-color: rgba(0,0,0,0);
outline: none;
}
a:hover {
color: #f33;
}
.center {
width: 90%;
margin: 0 auto;
text-align: center;
color: #fff;
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
.links {
margin-top: 60px;
}
.links li {
list-style: none;
margin: 10px auto;
font-family: 'Marck Script', cursive;
font-size: 1rem;
}