-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathstyles.css
More file actions
117 lines (105 loc) · 1.66 KB
/
styles.css
File metadata and controls
117 lines (105 loc) · 1.66 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
body{
background-color: #2B2C3A;
font-family: 'Josefin Sans', sans-serif;
padding-top: 70px;
}
h1{
font-size: 250%;
color: #ffc68c;
}
h2{
font-family:serif;
color: #ffc68c;
}
h3{
font-size: 350%;
color: #ffc68c;
}
p{
padding-right: 150px;
color: #ffc68c;
font-size: 125%;
}
footer{
color: #ffc68c;
}
button{
background-color: #252634;
outline: none;
color: #ffc68c;
border-width: 2px;
border-color: #2E2E40;
margin-bottom: 50px;
}
.flag{
width: 50px;
height: 30px;
padding-top: 5px;
}
button:hover{
background-color: #323447;
outline: none;
}
.navigation {
background-color: #282837;
height: 55px;
width: 100%;
text-align: center;
font-size: 150%;
padding-left: 10px;
padding-top: 20px;
position: fixed;
margin-left: -20px;
margin-top: -80px;
border: 2px solid;
color: #8B92DE;
}
.divFooter {
background-color: #22232E;
height: 55px;
width: 100%;
font-size: 150%;
padding-top: 10px;
padding-left: 20px;
margin-left: -20px;
margin-bottom: -40px;
border: 2px solid;
text-align: center;
color: #8B92DE;
}
/*links colors*/
a{
color: #8B92DE;
text-decoration: none;
transition: 0.3s;
}
a:hover {
color: #545889;
text-decoration: none;
transition: 0.3s;
}
hr{
color: #545889;
width: 100%;
}
.faqp{
padding-left: 30px;
font-size: 125%;
}
.htitle{
text-align: center;
font-size: 350%;
}
.h2title{
text-align: center;
font-size: 400%;
}
.ptitle{
text-align: center;
font-size: 150%;
padding-left: 150px;
padding-right: 150px;
}
ul{
color: #2B2C3A
}