Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .intro,
  2. .key-holder,
  3. .zulrah-header-home,
  4. .zulrah-header-holder,
  5. .page-holder div:nth-child(2),
  6. .footer,
  7. h2{
  8. display: none;
  9. }
  10.  
  11. .page-holder {
  12. height: 100%;
  13. width: 100%;
  14. display: flex;
  15. }
  16.  
  17. .clickable:nth-child(1)
  18. {
  19. margin-left: 20px;
  20. }
  21.  
  22. .clickable {
  23. background-color: lightslategrey;
  24. }
  25.  
  26. .reset-link {
  27. background-image: none;
  28. background-color: whitesmoke;
  29. width: 105px;
  30. height: 50px;
  31. padding: 0px;
  32. margin-top: 10px;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement