Spaces:
Runtime error
Runtime error
Update style.css
Browse files
style.css
CHANGED
@@ -31,7 +31,7 @@ body {
|
|
31 |
text-decoration: underline;
|
32 |
}
|
33 |
.custom-button {
|
34 |
-
background-color: #4CAF50;
|
35 |
border: none;
|
36 |
color: green;
|
37 |
padding: 10px 20px;
|
@@ -42,7 +42,7 @@ body {
|
|
42 |
margin: 4px 2px;
|
43 |
cursor: pointer;
|
44 |
border-radius: 8px;
|
45 |
-
width:
|
46 |
}
|
47 |
|
48 |
.custom-textbox {
|
|
|
31 |
text-decoration: underline;
|
32 |
}
|
33 |
.custom-button {
|
34 |
+
background-color: #4CAF50 ;
|
35 |
border: none;
|
36 |
color: green;
|
37 |
padding: 10px 20px;
|
|
|
42 |
margin: 4px 2px;
|
43 |
cursor: pointer;
|
44 |
border-radius: 8px;
|
45 |
+
width: 300px;
|
46 |
}
|
47 |
|
48 |
.custom-textbox {
|