Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +12 -7
static/style.css
CHANGED
@@ -560,15 +560,20 @@ box-shadow: 0 5px 15px rgba(0,0,0,0.2);
|
|
560 |
|
561 |
|
562 |
.translate{
|
563 |
-
background
|
564 |
-
color: black;
|
565 |
-
border-radius: 5px;
|
566 |
-
border: none;
|
567 |
-
font-size: 20px;
|
568 |
-
width: 200px;
|
569 |
-
height: 40px;
|
570 |
border: 2px solid black;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
571 |
}
|
|
|
|
|
572 |
.translate:hover {
|
573 |
transform: translateX(8px);
|
574 |
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
|
|
|
560 |
|
561 |
|
562 |
.translate{
|
563 |
+
background: white;
|
|
|
|
|
|
|
|
|
|
|
|
|
564 |
border: 2px solid black;
|
565 |
+
color: black;
|
566 |
+
width: 150px;
|
567 |
+
height: 50px;
|
568 |
+
font-size: 20px;
|
569 |
+
padding: 10px 20px;
|
570 |
+
border-radius: 8px;
|
571 |
+
cursor: pointer;
|
572 |
+
font-weight: bold;
|
573 |
+
transition: 0.3s;
|
574 |
}
|
575 |
+
|
576 |
+
|
577 |
.translate:hover {
|
578 |
transform: translateX(8px);
|
579 |
box-shadow: 0 5px 15px rgba(0,0,0,0.2);
|