We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d201bf6 commit 9c24c01Copy full SHA for 9c24c01
project-5-currency-converter/style.css
@@ -24,8 +24,35 @@ body {
24
border-radius: 5px;
25
}
26
27
+h1 {
28
+ text-align: center;
29
+}
30
+
31
.currency-container {
32
padding: 20px;
33
display: flex;
34
justify-content: space-between;
-}
35
36
37
+.currency-container select {
38
+ padding: 5px 10px;
39
40
41
+.currency-container input {
42
+ border: none;
43
+ background: #007F73;
44
+ /* background: #FFC700; */
45
+ color: aliceblue;
46
+ font-size: 22px;
47
+ text-align: right;
48
49
50
+.exchange-rate {
51
+ font-size: 18px;
52
+ font-weight: 600;
53
54
55
56
+select:focus, input:focus {
57
+ outline: 0;
58
0 commit comments