Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. background:url('https://u.cubeupload.com/hypeart/4f6toxicxs.gif');
  2. background-size: cover;
  3. background-position: center;
  4. background-attachment: fixed;
  5. background-repeat: no-repeat;
  6. }
  7.  
  8. .s-bar {
  9. left: 0px;
  10. top: 0px;
  11. position: fixed;
  12. border-right: 1px solid #222;
  13. width: 125px;
  14. height: 100%;
  15. background-color: #080018;
  16. }
  17.  
  18. .s-link {
  19. position: relative;
  20. top: 50%;
  21. margin-top: -58px;
  22. }
  23.  
  24. .s-link ul {
  25. list-style-type: none;
  26. text-align: center;
  27. padding: 0;
  28. }
  29.  
  30. .s-link li {
  31. margin: 4px;
  32. }
  33.  
  34. .s-link a {
  35. color: #ffffff;
  36. text-decoration: none;
  37. letter-spacing: 1px;
  38. font-family: Century Gothic, Arial;
  39. font-size: 14px;
  40. transition: 0.5s;
  41. }
  42.  
  43. .s-link a:hover {
  44. color: #ffffff;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement