|
167 | 167 | width: 50%; |
168 | 168 | text-align: center; |
169 | 169 | z-index: 1; |
170 | | - background-image: linear-gradient(to right, #DA22FF 0%, #9733EE 51%, #DA22FF 100%); |
171 | | - background-size: 200% auto; |
| 170 | + background-image: linear-gradient(45deg, #DA22FF, #9733EE, #DA22FF); |
| 171 | + background-size: 400% 400%; |
172 | 172 | color: white; |
173 | | - box-shadow: 0 0 5px 3px #eee; |
| 173 | + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); |
174 | 174 | margin: 0; |
175 | 175 | border: none; |
176 | | - border-radius: 3px; |
177 | | - padding: 5px 5px; |
| 176 | + border-radius: 25px; |
| 177 | + padding: 10px 20px; |
| 178 | + font-size: 16px; |
| 179 | + font-weight: bold; |
178 | 180 | cursor: pointer; |
| 181 | + transition: all 0.4s ease; |
179 | 182 | } |
180 | 183 |
|
181 | 184 | .spin-button:hover { |
182 | | - background-position: right center; |
| 185 | + background-position: 100% 0; |
| 186 | + box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); |
| 187 | + transform: translate(-50%) scale(1.05); |
183 | 188 | color: #fff; |
184 | 189 | text-decoration: none; |
185 | 190 | } |
|
194 | 199 | width: 50%; |
195 | 200 | text-align: center; |
196 | 201 | z-index: 1; |
197 | | - background-image: linear-gradient(to right, #DA22FF 0%, #9733EE 51%, #DA22FF 100%); |
198 | | - background-size: 200% auto; |
| 202 | + background-image: linear-gradient(45deg, #DA22FF, #9733EE, #DA22FF); |
| 203 | + background-size: 400% 400%; |
199 | 204 | color: white; |
200 | | - box-shadow: 0 0 5px 3px #eee; |
| 205 | + box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); |
201 | 206 | margin: 0; |
202 | 207 | border: none; |
203 | | - border-radius: 3px; |
204 | | - padding: 5px 5px; |
| 208 | + border-radius: 25px; |
| 209 | + padding: 10px 20px; |
| 210 | + font-size: 16px; |
| 211 | + font-weight: bold; |
205 | 212 | cursor: pointer; |
| 213 | + transition: all 0.4s ease; |
206 | 214 | } |
207 | 215 |
|
208 | 216 | .reveal-button:hover { |
209 | | - background-position: right center; |
| 217 | + background-position: 100% 0; |
| 218 | + box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); |
| 219 | + transform: translate(-50%) scale(1.05); |
210 | 220 | color: #fff; |
211 | 221 | text-decoration: none; |
212 | 222 | } |
|
0 commit comments