Guest User

Untitled

a guest
Jan 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <style>
  2. body {
  3. background-color: black;
  4. }
  5.  
  6. #enter {
  7. background-color: white;
  8. width: 37%;
  9. height: 48%;
  10. position: relative;
  11. border-radius: 3%;
  12. font-size: 2em;
  13. margin-top: 8%;
  14. margin-left: 28%;
  15. text-align: center;
  16. padding: 2%;
  17. }
  18. </style>
  19.  
  20. <h1 style="color:white;margin-top:5%;font-size:4em;"><center>ここで何をしている?</center></h1>
  21. <section id="enter">
  22.  
  23. <h1>お帰りなさい ,</h1>
  24. <h1 style="color:red;">パスワード ?</h1>
  25. <form>
  26. <input id="userPassword" type="password">
  27. <button type="button" id="button">入る</button>
  28. </form>
  29. </section>
Add Comment
Please, Sign In to add comment