Advertisement
Guest User

Untitled

a guest
Oct 3rd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #frmlogin #chksave{
  2. font-family:monospace;
  3. color: #FFCCFF;
  4. border:solid 1px #FFCCFF;
  5. background-color:#FFCCFF;
  6. position:relative;
  7. top: 2px;}
  8.  
  9.  
  10. <form name="frmlogin" method="post" action="" id="frmlogin">
  11. User:<input type="text" name="txtuser" class="textinput">
  12. Pass:<input type="text" name="txtpass" class="textinput">
  13.  
  14. Save:<input type="checkbox" name="savebox" value="checkbox" id="chksave
  15.  
  16. <input name="btnlogin" type="button" value="Log In" id="btnlogin">
  17. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement