-
Notifications
You must be signed in to change notification settings - Fork 6
/
styles.css
64 lines (57 loc) · 863 Bytes
/
styles.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
.alert {
padding: 20px;
background-color: #2196F3;
color: white;
margin-bottom: 15px;
}
.closebtn {
margin-left: 15px;
color: white;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
}
.closebtn:hover {
color: black;
}
div.std {
width:800px;
margin: auto;
}
h1 {
color: #53a2b4;
font-family: 'Trocchi', serif;
font-size: 45px;
font-weight: normal;
line-height: 48px;
margin: 0;
}
form {
color: #bcb787;
}
p {
color: #bcb787;
}
body {
background-color: #202020;
}
a {
color: #c2b848;
font-style: normal;
font-weight: 400;
cursor: pointer;
}
a, a:hover {
text-decoration: none;
}
h2 {
color: #bcb787;
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 32px;
margin: 0 0 24px;
}