GarGerry commited on
Commit
deee09e
·
verified ·
1 Parent(s): 7e440a0

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -10
style.css CHANGED
@@ -48,12 +48,12 @@ body {
48
  display: flex;
49
  flex-direction: column;
50
  align-items: center;
51
- max-width: 1000px; /* Perpanjang lebar kontainer */
52
  margin: 0 auto;
53
  padding: 40px;
54
  border-radius: 12px;
55
  border: 2px solid #ccc;
56
- background-color: #f8f8f8; /* Light gray background */
57
  }
58
 
59
  .currency-box input {
@@ -87,7 +87,7 @@ body {
87
  color: white;
88
  cursor: pointer;
89
  padding: 12px 20px;
90
- border-radius: 50%; /* Bulat */
91
  border: none;
92
  transition: background-color 0.3s;
93
  font-size: 18px;
@@ -95,8 +95,8 @@ body {
95
  justify-content: center;
96
  align-items: center;
97
  margin: 0 10px;
98
- height: 50px; /* Ukuran Tombol */
99
- width: 50px; /* Ukuran Tombol */
100
  }
101
 
102
  #swap-btn:hover {
@@ -138,16 +138,16 @@ body {
138
 
139
  .steps {
140
  display: flex;
141
- justify-content: center;
142
  margin-top: 20px;
143
  flex-wrap: wrap;
144
  }
145
 
146
  .step {
147
- background-color: #e0e0e0; /* Gray */
148
  padding: 20px;
149
  margin: 10px;
150
- width: 300px; /* Memperbesar kotak */
151
  border-radius: 8px;
152
  text-align: center;
153
  }
@@ -157,12 +157,12 @@ body {
157
  }
158
 
159
  .footer {
160
- background-color: #666666; /* Dark Gray */
161
  color: white;
162
  padding: 20px 0;
163
  text-align: center;
164
  margin-top: 40px;
165
- border-top: 1px solid #fff; /* Subtle white border to separate footer */
166
  }
167
 
168
  .footer-content p {
 
48
  display: flex;
49
  flex-direction: column;
50
  align-items: center;
51
+ max-width: 1000px;
52
  margin: 0 auto;
53
  padding: 40px;
54
  border-radius: 12px;
55
  border: 2px solid #ccc;
56
+ background-color: #f8f8f8;
57
  }
58
 
59
  .currency-box input {
 
87
  color: white;
88
  cursor: pointer;
89
  padding: 12px 20px;
90
+ border-radius: 50%;
91
  border: none;
92
  transition: background-color 0.3s;
93
  font-size: 18px;
 
95
  justify-content: center;
96
  align-items: center;
97
  margin: 0 10px;
98
+ height: 50px;
99
+ width: 50px;
100
  }
101
 
102
  #swap-btn:hover {
 
138
 
139
  .steps {
140
  display: flex;
141
+ justify-content: flex-end;
142
  margin-top: 20px;
143
  flex-wrap: wrap;
144
  }
145
 
146
  .step {
147
+ background-color: #e0e0e0;
148
  padding: 20px;
149
  margin: 10px;
150
+ width: 300px;
151
  border-radius: 8px;
152
  text-align: center;
153
  }
 
157
  }
158
 
159
  .footer {
160
+ background-color: #666666;
161
  color: white;
162
  padding: 20px 0;
163
  text-align: center;
164
  margin-top: 40px;
165
+ border-top: 1px solid #fff;
166
  }
167
 
168
  .footer-content p {