-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcurrency.css
More file actions
61 lines (57 loc) · 1.06 KB
/
Copy pathcurrency.css
File metadata and controls
61 lines (57 loc) · 1.06 KB
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
body{
align-items: center;
display: flex;
flex-direction: column;
background-color: aqua;
flex: auto;
justify-content: center;
}
.container{
background-color: whitesmoke;
padding: 30px;
font-size: 16px;
width: auto;
height: 700px;
}
.from_currency{
padding: 10px;
border: 1px solid #dedede;
font-size: 16px;
background: transparent;
width: 92%;
background-color: aliceblue;
}
.box{
margin-top: 15px;
padding: 8px;
border: 1px solid #dedede;
font-size: 16px;
background: transparent;
width: 85%;
background-color: aliceblue;
}
.to_currency{
padding: 10px;
border: 1px solid #dedede;
font-size: 16px;
background: transparent;
width: 92%;
background-color: aliceblue;
}
input {
padding: 10px;
width: 83%;
border: 1px solid #dedede;
font-size: 16px;
background: transparent;
background-color: aliceblue;
}
.btn{
padding: 10px;
width: 90%;
border: 1px solid #dedede;
font-size: 16px;
background: transparent;
background-color: blueviolet;
columns: white;
}