瀏覽代碼

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator 3 年之前
父節點
當前提交
7cedbca3dd
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -73,8 +73,8 @@ https://opensource.org/licenses/BSD-3-Clause -->
     &nbsp;Password<br>
     &nbsp;<input type="text" id="Password" name="Password" style="font-size:10px; color:black; width: 90%; border-radius:3px;" value=""><br>
     &nbsp;Salt<br>
-    &nbsp;<input type="text" id="Salt" style="font-size:10px; color:black; width: 90%; border-radius:3px;" autocomplete="off"><br>
-    &nbsp;<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="width:92%; color:black;">
+    &nbsp;<input type="text" id="Salt" style="font-size:10px; color:black; width: 90%; border-radius:3px;" autocomplete="off"><br><br>
+    &nbsp;<input type="button" id="Encode" value="Hash Me!" onclick="showEncodedPassword();" style="position:relative;left:-2px;width:92%; color:black;">
     <br><br><br>
 </div>