-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcur.css
More file actions
108 lines (108 loc) · 2.01 KB
/
cur.css
File metadata and controls
108 lines (108 loc) · 2.01 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
*{
margin:0;
padding:0;
font-family: Georgia, 'Times New Roman', Times, serif;
}
body{
background-color: #969690;
}
.header{
font-size: 41px;
color: grey;
text-shadow: 20px 2px 25px;
font-family: georgia;
text-align: center;
}
.amount {
font-size: 30px;
margin-top: 44px;
}
input.text {
height: 27px;
width: 30rem;
margin-left: 25px;
text-decoration: none;
border-radius: 20px;
font-size: 22px;
text-align: center;
border:none;
box-shadow: 10px 10px 10px grey;
}
.dropdown {
font-size: 35px;
margin-top: 114px;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
}
select {
height: 38px;
width: 71px;
font-size: 24px;
border: none;
cursor: pointer;
margin-top: 10px;
}
button.btn {
border: none;
border-radius: 14px;
width: 319px;
height: 48px;
box-shadow: 10px 10px 20px grey;
font-size: 21px;
cursor: pointer;
margin-left: 188px;
margin-top: 89px;
background-color: burlywood;
color: white;
font-weight: bolder;
}
form.currency {
display: flex;
flex-direction: column;
/* align-items: center; */
width:47vw;
height:90vh;
background-color: white;
margin-left:349px;
border-radius: 30px;
box-shadow: 10px 10px 10px darkslategrey;
margin-top: 27px;
}
.msg{
height: 43px;
width: 224px;
background-color: white;
border-radius: 20px;
box-shadow: 10px 10px 10px grey;
margin-left: 47px;
font-size: 32px;
text-align: center;
}
.result{
margin-top: 71px;
font-size: 30px;
margin-top: 44px;
display: flex;
}
img {
height: 57px;
width: 48px;
}
.selecting {
display: flex;
justify-content: center;
align-content: center;
border: 1px solid black;
border-radius: 13px;
width: 150px;
}
.converting {
margin-right: 2rem;
border: 1px solid black;
border-radius: 13px;
display: flex;
width:150px;
justify-content: center;
}