Chibi-Elle

ZARAKI CODE [WIP]

Aug 5th, 2020
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(//fonts.googleapis.com/css?family=Trade+Winds|Rokkitt|Ubuntu+Condensed|Satisfy|Staatliches|Overlock|Bangers|Bebas+Neue);
  3.  
  4. body{
  5. background-color: #fff;
  6. background-image: url('');
  7. background-position: bottom;
  8. background-size: 110%;
  9. background-repeat:no-repeat;
  10. }
  11.  
  12. #render {
  13. position: fixed;
  14. left: 0vw;
  15. height: 104vh;
  16. width: 33vw;
  17. background-color: transparent;
  18. border-radius: 0%;
  19. background-image: url('https://i.pinimg.com/564x/cb/14/7f/cb147f941e7e515d2d4b7a0e2f011a10.jpg');
  20. bottom: 0vh;
  21. background-repeat: no-repeat;
  22. z-index: 5;
  23. }
  24.  
  25. #point {
  26. position: absolute;
  27. left: 22vw;
  28. bottom: 17vh;
  29. width: 0;
  30. height: 0;
  31. border-top: 300px solid transparent;
  32. border-right: 300px solid black;
  33. border-bottom: 300px solid transparent;
  34. background-image: url('');
  35. z-index: 6;
  36. }
  37.  
  38. #box {
  39. position: absolute;
  40. left: 39.6vw;
  41. bottom: 17vh;
  42. height: 72.6vh;
  43. width: 50vw;
  44. border: 5px solid #000;
  45. background-color: #000;
  46. z-index: 6;
  47. }
  48.  
  49. #container {
  50. position: fixed;
  51. z-index: 6;
  52. bottom: 19vh;
  53. left: 71vw;
  54. height: 32vh;
  55. width: 18vw;
  56. background-color: #111;
  57. color: #fff;
  58. font-size: 13px;
  59. font-family: 'Ubuntu Condensed';
  60. line-height: 15px;
  61. opacity: 1;
  62. box-shadow: 0px 0px 2px 2px #222;
  63. overflow-y: auto;
  64. padding: 1px;
  65. }
  66.  
  67. #gif {
  68. position:absolute;
  69. width:13vw;
  70. height:26vh;
  71. z-index:6;
  72. bottom: 21vh;
  73. border-radius:50%;
  74. border:12px solid #0f0f0f;
  75. background-position: center, center;
  76. background-image: url('https://i.gifer.com/370q.gif');
  77. background-color: #111;
  78. box-shadow:1px 1px 10px #f5f5f5;
  79. left: 60vw;
  80.  
  81. </style>
  82.  
  83. <div id="render"></div>
  84. <div id="point"></div>
  85. <div id="box"></div>
  86. <div id="container"></div>
  87. <div id="gif"></div>
Add Comment
Please, Sign In to add comment