Advertisement
Guest User

Untitled

a guest
Nov 20th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <html>
  2. <body bgcolor=teal>
  3. <h1> sign in </h1>
  4. <p class="blue"> username: </p> &nbsp <input type=text
  5. style="color:Grey;
  6. border-bottom:solid;
  7. border-top:none;
  8. border-left:none;
  9. border-right:none;" />
  10. <br>
  11. <p class="blue"> password: </p> &nbsp <input type=password
  12. style="color:Grey;
  13. border-bottom:solid;
  14. border-top:none;
  15. border-left:none;
  16. border-right:none;" />
  17. <br>
  18. <button> submit </button>
  19. </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement