Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- @import url('https://fonts.googleapis.com/css?family=Cinzel&display=swap');
- body {
- background-color: #;
- background-image: url('http://i.picpar.com/6rAd.png'),url('http://i.picpar.com/xrAd.png'), linear-gradient(60deg, #849FB2, #45322d) ;
- background-position: fixed, fixed, fixed;
- background-size:100%, 50%, 100%;
- background-repeat:no-repeat, no-repeat, no-repeat;
- background-position: right bottom, left bottom, bottom;
- font-family: ;
- color: #7c7c7c;
- text-shadow:0px 0px 3px #000;
- }
- #fixed {
- background-color:#;
- margin:auto;
- position: absolute;
- padding: 10px;
- font-family: 'Cinzel', serif;
- color: #000;
- left: 5%;
- top: 30%;
- opacity: 0.7;
- z-index: 0;
- }
- #fixed2 {
- background-color:#;
- margin:auto;
- position: absolute;
- padding: 10px;
- font-family: 'Cinzel', serif;
- color: #000;
- left: 125%;
- top: -15%;
- z-index: 0;
- }
- ::-webkit-scrollbar {
- width: 5px;
- }
- ::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px grey;
- border-radius: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background: #26121E;
- border-radius: 10px;
- }
- ::-webkit-scrollbar-thumb:hover {
- background: #4f3d47;
- }
- </style>
- <body>
- <div id="fixed">
- <a name="one"></a>
- <div style="width: 500px; height: 500px; overflow: auto; align="left">
- </div>
- <div id="fixed2">
- <a name="two"></a>
- <div style="width: 500px; height: 500px; overflow: auto; align="left">
- </div>
- </div>
- </div>
- </body>
- </body>
Advertisement
Add Comment
Please, Sign In to add comment