-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
80 lines (73 loc) · 1.35 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
.hero-converter {
display: inline-block;
background: #ddd;
padding: 20px 30px;
box-shadow: 2px 1px 7px #b9b9b9;
}
.form-control:focus {
box-shadow: none;
}
.item span,.item p{
display: inline-block;
margin: 10px 0px;
}
.item span{
min-width: 90px;
font-weight: 600;
}
.red{
background: #ef4646;
border: 1px solid #be0707;
color: #fff;
font-family: 'Roboto', sans-serif;
}
.green{
background: #55ca53;
border: 1px solid #037802;
color: #037802;
font-family: 'Sriracha', cursive;
}
.blue{
background: #908efe;
border: 1px solid #1240c2;
font-family: 'Dancing Script', cursive;
font-size: 20px;
}
.yellow{
background: #fff944;
border: 1px solid #ffb714;
color: #be0707;
font-family: 'Teko', sans-serif;
font-size: 24px;
}
.color-pan span{
display: inline-block;
width: 40px;
height: 40px;
border: 4px solid #ddd !important;
border-radius: 6px;
cursor: pointer;
}
.quote-text {
vertical-align: middle;
min-width: 400px;
margin-right: 30px;
}
.color-pan {
vertical-align: middle;
}
.quote-container {
bottom: 77px;
max-width: 600px;
margin: auto;
position: absolute;
left: 0;
right: 0;
}
footer.text-center {
display: relative;
position: absolute;
bottom: 22px;
margin: 0 auto;
width: 100%;
}