Guest User

Untitled

a guest
Nov 19th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. html, body{
  2. height: 100%;
  3. margin: 0px;
  4. }
  5. #hogwarts-background{
  6. width: 100%;
  7. height: 100%;
  8. background-image: url("images/hogwarts.jpg");
  9. background-repeat: no-repeat;
  10. background-size: cover;
  11. background-position: center;
  12. display: flex;
  13. }
  14. #form-wrapper{
  15. width:90%;
  16. max-width: 500px;
  17. height: 500px;
  18. margin:auto;
  19. background-color: rgba(0,0,0,0.6);
  20. }
  21. #form-wrapper > form{
  22. color:white;
  23. padding: 40px;
  24. font-family: 'Jolly Lodger';
  25. font-size: 26px;
  26. letter-spacing: 1px;
  27. }
  28. #form-wrapper > form > input{
  29. font-family: 'Jolly Lodger';
  30. font-size: 22px;
  31. letter-spacing: 1px;
  32. }
Add Comment
Please, Sign In to add comment