Advertisement
Guest User

Untitled

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