lewiskimaru commited on
Commit
91aac40
·
verified ·
1 Parent(s): 6c89afe

Update modules/templates/translator.html

Browse files
Files changed (1) hide show
  1. modules/templates/translator.html +11 -1
modules/templates/translator.html CHANGED
@@ -41,6 +41,14 @@ textarea {
41
  height: 150px;
42
  }
43
 
 
 
 
 
 
 
 
 
44
  input[type="submit"] {
45
  background-color: #4caf50;
46
  color: #fff;
@@ -86,8 +94,10 @@ h1 {
86
  </div>
87
  </div>
88
 
 
89
  <input type="submit" value="Translate">
90
- </form>
 
91
 
92
  <script>
93
  document.addEventListener('DOMContentLoaded', function () {
 
41
  height: 150px;
42
  }
43
 
44
+ .center-container {
45
+ display: flex;
46
+ align-items: center;
47
+ justify-content: center;
48
+ height: 10px;
49
+ margin: 0;
50
+ }
51
+
52
  input[type="submit"] {
53
  background-color: #4caf50;
54
  color: #fff;
 
94
  </div>
95
  </div>
96
 
97
+ <div class="center-container">
98
  <input type="submit" value="Translate">
99
+ </form>
100
+ </div>
101
 
102
  <script>
103
  document.addEventListener('DOMContentLoaded', function () {