Advertisement
Guest User

Untitled

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