-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
83 lines (70 loc) · 1.55 KB
/
style.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
75
76
77
78
79
80
81
82
83
h1 {
color: #21043C;
font-size: 40px;
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
p {
color: #21043C;
font-size: 30px;
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
#left_hand_side, #right_hand_side {
color: #E4E4CB;
font-size: 30px;
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
#left_hand_side {
min-width: 300px;
}
#right_hand_side {
min-width: 300px;
}
#answer{
color: #21043C;
font-size: 24px;
font-weight: lighter;
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
.highlight {
background-color:#FFFFB5;
}
.about {
text-align:center;
color: #4B4B4D;
font-size: 14px;
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
.footer {
text-align:center;
color: #4B4B4D;
font-size: 12px;
font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-align: center;
}
.button-red {
background: rgb(202, 60, 60);
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-blue {
background: rgb(69, 60, 202);
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-purple {
background: rgb(76, 27, 137);
color: white;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/* Background pattern from subtlepatterns.com */
body {
background-image: url("confectionary.png");
}