Browse Source

Add files via upload

Daniele Bonini | 5mode.com | WebDev | Translator 3 năm trước cách đây
mục cha
commit
e6df5a83a4
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      index.html

+ 1 - 2
index.html

@@ -72,8 +72,7 @@ https://opensource.org/licenses/BSD-3-Clause -->
     <br><br><br>
     &nbsp;<br>
     &nbsp;<input type="text" id="Password" name="Password" placeholder="password" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" value=""><br>
-    &nbsp;<br>
-    &nbsp;<input type="text" id="Salt" placeholder="salt" style="font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" autocomplete="off"><br><br>
+    &nbsp;<input type="text" id="Salt" placeholder="salt" style="position:relative; top:+5px; font-size:10px; background:#393939; color:#ffffff; width: 90%; border-radius:3px;" autocomplete="off"><br>
     &nbsp;<a href="#" onclick="showEncodedPassword();" style="position:relative;left:-2px; color:#ffffff; font-size:12px;">Hash Me!</a>
     <br><br><br>
 </div>