Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- @import url(//fonts.googleapis.com/css?family=Pinyon+Script|Lilita+One|Kaushan+Script|Gayathri|Overlock|Sail|Sonsie+One|Neucha);
- body {
- background-color: #fff;
- background-image: linear-gradient(to left, #000, #010201, #030604, #030805, #050D07, #061008);
- background-position: center;
- background-size: 100%;
- background-repeat:no-repeat;
- }
- #bitch {
- position: fixed;
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- }
- #overlay {
- position: fixed;
- z-index: -1;
- background-image: url('');
- background-repeat: repeat;
- background-size: 1%;
- top: 0px;
- left: 0px;
- bottom: 0px;
- right: 0px;
- }
- ::-webkit-scrollbar-track {
- background-color:;
- }
- ::-webkit-scrollbar-thumb {
- background-color:;
- }
- ::-webkit-scrollbar {
- width:0px;
- height:0px;
- }
- #container {
- position: absolute;
- height: 500px;
- width: 900px;
- left: 17%;
- top: 11%;
- border: 0px solid #000;
- background-image: linear-gradient(to left, #000, #010201, #030604, #030805, #050D07, #061008);
- background-repeat: no-repeat;
- background-size: 100%
- box-shadow: 0px 0px 20px 20px #000;
- }
- #snek {
- position: absolute;
- z-index: 2;
- background-color: transparent;
- border-radius: 0%;
- height: 200px;
- width: 330px;
- background-image: url('https://assets.stickpng.com/images/580b57fbd9996e24bc43bce1.png');
- background-repeat: no-repeat;
- background-size: 80%;
- filter: grayscale(50%);
- opacity: 0.7;
- bottom: -79px;
- right: -103px;
- }
- #gif {
- position: absolute;
- bottom: 310px;
- right: 10px;
- width: 230px;
- height: 180px;
- background-image: url('https://i.makeagif.com/media/4-28-2015/aR8TKv.gif');
- background-repeat: no-repeat;
- background-size: 106%;
- filter: grayscale(100%);
- z-index: 1;
- }
- #gif2 {
- position: absolute;
- bottom: 260px;
- right: 10px;
- width: 227px;
- height: 110px;
- background-image: url('https://i.pinimg.com/originals/65/13/07/6513074ae026cc30b83d21556701d341.gif');
- background-repeat: no-repeat;
- background-size: 100%;
- filter: grayscale(100%);
- z-index: 1;
- }
- #gif3 {
- position: absolute;
- bottom: 138px;
- right: 10px;
- width: 227px;
- height: 100px;
- background-image: url('https://i.pinimg.com/originals/37/d3/45/37d34550963e5a7306810197703b2476.gif');
- background-repeat: no-repeat;
- background-size: 100%;
- filter: grayscale(100%);
- z-index: 1;
- }
- #gif4 {
- position: absolute;
- bottom: 10px;
- right: 10px;
- width: 227px;
- height: 107px;
- background-image: url('https://24.media.tumblr.com/694b5c1ad065d3a0caf96dbf1648c876/tumblr_mz9ewgHd9k1s5ghzmo1_400.gif');
- background-repeat: no-repeat;
- background-size: 100%;
- filter: grayscale(100%);
- z-index: 1;
- }
- </style>
- <div id="bitch" oncontextmenu="return false;">
- <div id="overlay"></div>
- <div id="container">
- <div id="snek"></div>
- <div id="gif"></div>
- <div id="gif2"></div>
- <div id="gif3"></div>
- <div id="gif4"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement