-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput_style.css
60 lines (54 loc) · 843 Bytes
/
input_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
body {
background-color: #003b4c;
text-align: center;
margin: 14rem 1rem 1rem 1rem;
}
*{
transition: all 300ms;
}
#logo{
height: 10rem;
}
#country{
width: 20rem;
height:2rem ;
border-radius: 8px;
background-color: #cecdcc;
}
#heading{
font-family: 'Berkshire Swash', cursive;
font-size: 1.5rem;
color: #cecdcc;
}
#select_ori{
font-family: "adelle","Georgia","Times New Roman",serif;
font-size: 1.25rem;
color: #cecdcc;
}
#store{
background-color: grey;
color: #003b4c;
height:2rem;
width:5rem;
border: none;
border-radius: 8px;
}
button:hover{
background-color:#cecdcc !important;
}
#done{
background-color: grey;
color: #003b4c;
height:2rem;
width:5rem;
border: none;
border-radius: 8px;
}
#clear{
background-color: grey;
color: #003b4c;
height:2rem;
width:5rem;
border: none;
border-radius: 8px;
}