Advertisement
Chibi-Elle

NIMA [WIP]

Jan 20th, 2021
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Forum|Marck+Script|Pirata+One|Josefin+Sans|Satisfy|Cookie|Bebas+Neue');
  3.  
  4. body {
  5. background-color: #AC0E00;
  6. background-image: url('https://mir-s3-cdn-cf.behance.net/project_modules/fs/4c032e28008799.56e41b3bbd979.gif');
  7. background-position: center;
  8. background-size: 100%;
  9. background-repeat:repeat;
  10. }
  11.  
  12. #nima {
  13. position: fixed;
  14. left: 0px;
  15. right: 0px;
  16. top: 0px;
  17. bottom: 0px;
  18. }
  19.  
  20. ::-webkit-scrollbar-track {
  21. background-color:;
  22. }
  23.  
  24. ::-webkit-scrollbar-thumb {
  25. background-color:;
  26. }
  27.  
  28. ::-webkit-scrollbar {
  29. width:0px;
  30. height:0px;
  31. }
  32.  
  33. #container {
  34. position: absolute;
  35. left: 0%;
  36. bottom: 0%;
  37. height: 530px;
  38. width: 900px;
  39. border: 3px solid #9FFDFD;
  40. background-color: #A6F9FC;
  41. box-shadow: 0px 0px 8px 8px #F67EFD;
  42. background-image: url('https://i.ibb.co/v4N0L1m/Cloud.png');
  43. background-size: 100%;
  44. background-repeat: repeat;
  45. }
  46.  
  47. #icon {
  48. position: absolute;
  49. z-index: 1;
  50. height: 170px;
  51. width: 170px;
  52. right: -70px;
  53. top: -70px;
  54. background-image: url('https://i.pinimg.com/564x/3b/05/7f/3b057f99c7763db5565e6b4d6c7e40a4.jpg');
  55. border-radius: 50%;
  56. border: 6px solid #9FFDFD;
  57. background-color: #A6F9FC;
  58. box-shadow: 0px 0px 8px 8px #F67EFD;
  59. background-size: 120%;
  60. background-repeat: no-repeat;
  61. background-position: center;
  62. }
  63. </style>
  64. <div id="nima" oncontextmenu="return false;">
  65. <div id="container">
  66. <div id="icon"></div>
  67. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement