-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.css
74 lines (62 loc) · 1.02 KB
/
index.css
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
63
64
65
66
67
68
69
70
71
72
73
74
body, html {
height: 100%;
}
.center-block {
text-align: center;
}
body {
background: #111 !important;
color: white !important;
font-family: 'Arial', sans-serif;
}
.vertical-center {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.center-block {
text-align: center;
margin: 20px;
}
h1 {
font-size: 60px;
}
input {
color: #111;
}
.special {
width: 200px;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
margin-top: 20px;
}
img {
max-width: 600px;
max-height: 600px;
font-size: 20px;
}
.highlight {
font-style: italic;
font-weight: bold;
}
#tags {
font-size: 25px;
color: white;
}
.fa:before {
font-size: 50px;
}
a {
color: red;
}