-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
51 lines (44 loc) · 825 Bytes
/
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
.display-container {
text-align: center;
}
.display-container .display input{
font-size: 25px;
padding: 0;
text-align: center;
width: 91%;
user-select: none;
cursor: pointer;
}
.value_range {
display: flex;
flex-direction: row;
justify-content: center space-between;
margin: 2em;
padding: 0;
}
.value_range input {
margin-left: 1em;
width: 100%;
text-align: center;
}
.amount_value {
display: flex;
justify-content: center;
margin: 2em;
padding: 0;
}
.amount_value input {
/* margin-left: auto; */
width: 262px;
text-align: center;
}
.help_and_submit {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.help_and_submit button {
background-color: white;
padding: 1em;
cursor: pointer;
}