Guest User

Untitled

a guest
Feb 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <div class="screenshots_arrows">
  2. <a class="secondar_left_link" href="#" >
  3. <img id="screen_left_dungeons2" class="secondar_left" src="https://d30y9cdsu7xlg0.cloudfront.net/png/34-200.png" alt="Left_arrow">
  4. </a>
  5. <a class="secondar_right_link" href="#" >
  6. <img id="screen_right_dungeons2" class="secondar_right" src="https://d30y9cdsu7xlg0.cloudfront.net/png/34-200.png" alt="Right_arrow">
  7. </a>
  8. </div>
  9.  
  10. * {
  11. padding: 0px;
  12. margin: 0px;
  13. }
  14. a {
  15. color: #FFFFFF;
  16. text-decoration: none;
  17. }
  18.  
  19. #project-wrapper img {
  20. vertical-align: top;
  21. }
  22. .secondar_right {
  23. width: 1vw;
  24. height: auto;
  25. }
  26. .secondar_left {
  27. width: 1vw;
  28. height: auto;
  29. transform: scale(-1);
  30. }
  31. .secondar-screenshot a {
  32. width: 0vw;
  33. height: 0vw;
  34. }
  35. .secondar_left_link {
  36. position: relative;
  37. top: 5vw;
  38. left: 7vw;
  39. }
  40. .secondar_right_link {
  41. position: relative;
  42. top: 5vw;
  43. left: 13.5vw;
  44. }
Add Comment
Please, Sign In to add comment