-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
73 lines (61 loc) · 1.15 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
body{
margin-top: 100px;
text-align:center;
}
h1 {
padding-bottom: 0.5rem;
font-family: "Georgia", sans-serif;
font-style: italic;
font-weight: bold;
}
input[type=number] {
cursor: pointer;
}
#input-kilogram, #input-ounce, body{
background-image: url('annie-spratt-0ZPSX_mQ3xI-unsplash.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
#input-kilogram{
font-size: 2rem;
font-family: "Georgia", sans-serif;
font-style: italic;
}
#input-pound{
background-color: #16BAC5;
font-size: 2rem;
font-family: "Georgia", sans-serif;
font-style: italic;
}
#input-ounce{
font-size: 2rem;
font-family: "Georgia", sans-serif;
font-style: italic;
}
.form-padding {
padding: 2rem 1rem;
}
::-webkit-input-placeholder {
color: #FFFFFF !important;
}
::-moz-placeholder {
color: #FFFFFF !important;
}
:-ms-input-placeholder {
color: #FFFFFF !important;
}
:-moz-placeholder {
color: #FFFFFF !important;
}
footer{
padding-top: 3rem;
font-size: 0.8rem;
line-height: 0.2rem;
text-align:center;
font-family: "Georgia", sans-serif;
}
.icons{
max-width: 25px;
height: auto;
}