Update crypto.html
Browse files- crypto.html +7 -7
crypto.html
CHANGED
@@ -22,22 +22,22 @@
|
|
22 |
}
|
23 |
.input-row {
|
24 |
display: flex;
|
25 |
-
|
|
|
26 |
gap: 10px;
|
27 |
margin-top: 20px;
|
28 |
}
|
|
|
|
|
|
|
|
|
29 |
.input-row input[type="text"] {
|
|
|
30 |
padding: 10px;
|
31 |
font-size: 16px;
|
32 |
border: 1px solid #ccc;
|
33 |
border-radius: 5px;
|
34 |
}
|
35 |
-
.input-row label {
|
36 |
-
display: flex;
|
37 |
-
align-items: center;
|
38 |
-
color: #4CAF50;
|
39 |
-
font-size: 16px;
|
40 |
-
}
|
41 |
#encryptButton {
|
42 |
color: white;
|
43 |
background-color: #4CAF50;
|
|
|
22 |
}
|
23 |
.input-row {
|
24 |
display: flex;
|
25 |
+
flex-direction: column;
|
26 |
+
align-items: center;
|
27 |
gap: 10px;
|
28 |
margin-top: 20px;
|
29 |
}
|
30 |
+
.input-row label {
|
31 |
+
color: black;
|
32 |
+
font-size: 16px;
|
33 |
+
}
|
34 |
.input-row input[type="text"] {
|
35 |
+
width: 80%;
|
36 |
padding: 10px;
|
37 |
font-size: 16px;
|
38 |
border: 1px solid #ccc;
|
39 |
border-radius: 5px;
|
40 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
#encryptButton {
|
42 |
color: white;
|
43 |
background-color: #4CAF50;
|