Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style type="text/css">
- @import url('https://fonts.googleapis.com/css?family=Forum|Marck+Script|Pirata+One|Josefin+Sans|Satisfy|Cookie|Bebas+Neue');
- body {
- background-color: #AC0E00;
- background-image: url('https://mir-s3-cdn-cf.behance.net/project_modules/fs/4c032e28008799.56e41b3bbd979.gif');
- background-position: center;
- background-size: 100%;
- background-repeat:repeat;
- }
- #nima {
- position: fixed;
- left: 0px;
- right: 0px;
- top: 0px;
- bottom: 0px;
- }
- ::-webkit-scrollbar-track {
- background-color:;
- }
- ::-webkit-scrollbar-thumb {
- background-color:;
- }
- ::-webkit-scrollbar {
- width:0px;
- height:0px;
- }
- #container {
- position: absolute;
- left: 0%;
- bottom: 0%;
- height: 530px;
- width: 900px;
- border: 3px solid #9FFDFD;
- background-color: #A6F9FC;
- box-shadow: 0px 0px 8px 8px #F67EFD;
- background-image: url('https://i.ibb.co/v4N0L1m/Cloud.png');
- background-size: 100%;
- background-repeat: repeat;
- }
- #icon {
- position: absolute;
- z-index: 1;
- height: 170px;
- width: 170px;
- right: -70px;
- top: -70px;
- background-image: url('https://i.pinimg.com/564x/3b/05/7f/3b057f99c7763db5565e6b4d6c7e40a4.jpg');
- border-radius: 50%;
- border: 6px solid #9FFDFD;
- background-color: #A6F9FC;
- box-shadow: 0px 0px 8px 8px #F67EFD;
- background-size: 120%;
- background-repeat: no-repeat;
- background-position: center;
- }
- </style>
- <div id="nima" oncontextmenu="return false;">
- <div id="container">
- <div id="icon"></div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement