DmitrMakeev commited on
Commit
6f988b5
·
verified ·
1 Parent(s): 06146ca

Update crypto.html

Browse files
Files changed (1) hide show
  1. crypto.html +7 -7
crypto.html CHANGED
@@ -22,22 +22,22 @@
22
  }
23
  .input-row {
24
  display: flex;
25
- justify-content: center;
 
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;