GarGerry commited on
Commit
a15fcdc
·
verified ·
1 Parent(s): 43e0d7d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +19 -24
style.css CHANGED
@@ -57,12 +57,18 @@ input {
57
  margin-bottom: 20px;
58
  }
59
 
60
- .currency-group {
61
- flex: 1;
 
 
 
 
62
  }
63
 
64
- .currency-group:not(:last-child) {
65
- margin-right: 10px;
 
 
66
  }
67
 
68
  #swapButton {
@@ -73,21 +79,22 @@ input {
73
  padding: 10px;
74
  cursor: pointer;
75
  font-size: 18px;
76
- display: flex;
77
- align-items: center;
78
- justify-content: center;
79
  }
80
 
81
  #swapButton:hover {
82
  background-color: #f1f1f1;
83
  }
84
 
85
- select {
86
- padding: 12px;
87
- font-size: 14px;
 
 
 
 
88
  border-radius: 8px;
89
- border: 1px solid #ccc;
90
- width: 100%;
91
  }
92
 
93
  button[type="submit"] {
@@ -105,18 +112,6 @@ button[type="submit"]:hover {
105
  background-color: #0056b3;
106
  }
107
 
108
- .result-box {
109
- margin-top: 20px;
110
- font-size: 16px;
111
- font-weight: bold;
112
- color: #333;
113
- background-color: #f8f8f8;
114
- padding: 15px;
115
- border-radius: 8px;
116
- text-align: center;
117
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
118
- }
119
-
120
  footer {
121
  margin-top: 20px;
122
  font-size: 14px;
 
57
  margin-bottom: 20px;
58
  }
59
 
60
+ .input-group select {
61
+ padding: 12px;
62
+ font-size: 14px;
63
+ border-radius: 8px;
64
+ border: 1px solid #ccc;
65
+ width: 100%;
66
  }
67
 
68
+ .swap-group {
69
+ display: flex;
70
+ justify-content: center;
71
+ margin: 10px 0;
72
  }
73
 
74
  #swapButton {
 
79
  padding: 10px;
80
  cursor: pointer;
81
  font-size: 18px;
 
 
 
82
  }
83
 
84
  #swapButton:hover {
85
  background-color: #f1f1f1;
86
  }
87
 
88
+ .result-box {
89
+ margin-top: 20px;
90
+ font-size: 16px;
91
+ font-weight: bold;
92
+ color: #333;
93
+ background-color: #f8f8f8;
94
+ padding: 15px;
95
  border-radius: 8px;
96
+ text-align: center;
97
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
98
  }
99
 
100
  button[type="submit"] {
 
112
  background-color: #0056b3;
113
  }
114
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  footer {
116
  margin-top: 20px;
117
  font-size: 14px;