ZukoHiyama

tough bear

Aug 19th, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
  3.  
  4. body {
  5. background-color: #;
  6. background-image: url('http://i.picpar.com/6rAd.png'),url('http://i.picpar.com/xrAd.png'), linear-gradient(60deg, #849FB2, #45322d) ;
  7. background-position: fixed, fixed, fixed;
  8. background-size:100%, 50%, 100%;
  9. background-repeat:no-repeat, no-repeat, no-repeat;
  10. background-position: right bottom, left bottom, bottom;
  11. font-family: ;
  12. color: #7c7c7c;
  13. text-shadow:0px 0px 3px #000;
  14. }
  15.  
  16. #fixed {
  17. background-color:#;
  18. margin:auto;
  19. position: absolute;
  20. padding: 10px;
  21. font-family: 'Cinzel', serif;
  22. color: #000;
  23. left: 5%;
  24. top: 30%;
  25. opacity: 0.7;
  26. z-index: 0;
  27. }
  28.  
  29. #fixed2 {
  30. background-color:#;
  31. margin:auto;
  32. position: absolute;
  33. padding: 10px;
  34. font-family: 'Cinzel', serif;
  35. color: #000;
  36. left: 125%;
  37. top: -15%;
  38.  
  39. z-index: 0;
  40. }
  41.  
  42. ::-webkit-scrollbar {
  43. width: 5px;
  44. }
  45.  
  46. ::-webkit-scrollbar-track {
  47. box-shadow: inset 0 0 5px grey;
  48. border-radius: 10px;
  49. }
  50.  
  51. ::-webkit-scrollbar-thumb {
  52. background: #26121E;
  53. border-radius: 10px;
  54. }
  55.  
  56. ::-webkit-scrollbar-thumb:hover {
  57. background: #4f3d47;
  58. }
  59.  
  60.  
  61.  
  62. </style>
  63. <body>
  64.  
  65. <div id="fixed">
  66.  
  67.  
  68. <a name="one"></a>
  69. <div style="width: 500px; height: 500px; overflow: auto; align="left">
  70.  
  71.  
  72. </div>
  73.  
  74. <div id="fixed2">
  75.  
  76.  
  77. <a name="two"></a>
  78. <div style="width: 500px; height: 500px; overflow: auto; align="left">
  79.  
  80.  
  81. </div>
  82. </div>
  83. </div>
  84.  
  85.  
  86.  
  87. </body>
  88. </body>
Advertisement
Add Comment
Please, Sign In to add comment