Guest User

Untitled

a guest
May 21st, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <p style="text-align: center;">
  2. <a class="buttonL" href="http://cns.uni.lu/homel"><</a>
  3. <a class="buttonR" href="http://cns.uni.lu/homer">></a>
  4. </p>
  5.  
  6. .buttonL {
  7. border-radius: 50%;
  8. position:fixed;
  9. top: 50%;
  10. left: 0%;
  11. background-color: transparent;
  12. border: none;
  13. color: grey;
  14. padding: 5px 20px;
  15. text-align: center;
  16. text-decoration: none !important;
  17. display: inline-block;
  18. font-size: 50px;
  19. margin: 4px 2px;
  20. cursor: pointer;
  21. font-weight: 900;
  22. }
  23.  
  24. .buttonR {
  25. border-radius: 50%;
  26. position:fixed;
  27. top: 50%;
  28. right: 0%;
  29. background-color: transparent;
  30. border: none;
  31. color: grey;
  32. padding: 5px 20px;
  33. text-align: center;
  34. text-decoration: none !important;
  35. display: inline-block;
  36. font-size: 50px;
  37. margin: 4px 2px;
  38. cursor: pointer;
  39. font-weight: 900
  40. }
  41.  
  42. text-decoration:none !important;
  43.  
  44. border-bottom: none;
  45.  
  46. box-shadow: none;
Add Comment
Please, Sign In to add comment