-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.css
More file actions
59 lines (50 loc) · 717 Bytes
/
faq.css
File metadata and controls
59 lines (50 loc) · 717 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
body {
background-color: black;
background-image: url('img/bg.jpg');
background-repeat: no-repeat;
background-attachment:fixed;
background-position:center;
background-size:cover;
}
#content {
color: white;
margin: 0 auto;
width:100%;
max-width:800px;
text-align: justify;
font-family: 'Playfair Display', serif;
}
h1 {
text-align: center;
opacity: 0.5;
font-size: 52px;
}
h2 {
opacity: 0.7;
font-size: 30px;
margin-top: 30px;
margin-bottom: -14px;
}
h3 {
opacity: 0.7;
font-size: 24px;
text-align: center;
}
a {
color:white;
opacity: 0.5;
}
a:hover {
opacity: 0.7;
}
p {
line-height: 24px;
}
#logodiv {
width:100%;
text-align: center;
}
#logo {
width: 100%;
max-width: 400px;
}