Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. html {
  2. overflow: hidden;
  3. }
  4. body {
  5. background:#000000 no-repeat;background-size:95%;background-attachment:fixed;
  6. width: 100%;
  7. height: 100%;
  8. color: #000000;
  9. }
  10. #frm {
  11. position: absolute;
  12. height: 100%;
  13. width: 100%;
  14. left: 0%;
  15. top: 0%;
  16. font-size: 2em;
  17. font-weight: bold;
  18. font-family: Chiller;
  19. background: #transparent;
  20. overflow: hidden;
  21. padding: 0.5em;
  22. }
  23. #frm span {
  24. position: relative;
  25. text-align: center;
  26. z-index: 1;
  27. }
  28. #mtxform {
  29. position: relative;
  30. z-index: 10;
  31. }
  32. .hidden {
  33. visibility: hidden;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement