Advertisement
ChaZayari

AE3803

Mar 6th, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Krona+One|Noto+Sans|Permanent+Marker|Poppins|Raleway|Signika|Source+Sans+Pro&display=swap');
  3. ::-webkit-scrollbar{width:0.5vh;height:0.1vh;}
  4. ::-webkit-scrollbar-track{border-radius:0;background:transparent;}
  5. ::-webkit-scrollbar-thumb{border-radius:0;background:transparent;}
  6.  
  7. body{
  8. background: url(https://image.freepik.com/free-vector/red-white-background-texture-pattern_8666-149.jpg);
  9. background-size: 20%;}
  10.  
  11. #image{
  12. position: fixed;
  13. z-index: 5;
  14. bottom: 0vh;
  15. right: 10vw;
  16. filter:drop-shadow(1vh 1vh 0vh #000);
  17. }
  18.  
  19. #image img{
  20. height: 85vh;
  21. }
  22.  
  23. #bar1{
  24. position: fixed;
  25. background: #a81b1b;
  26. box-shadow: 1vh 1vh 0vh #000;
  27. height: 15vh;
  28. width: 150vw;
  29. left: -25vw;
  30. top: 55vh;
  31. transform: rotate(5deg);
  32. z-index: 1;
  33. }
  34.  
  35. #title{
  36. position: fixed;
  37. z-index: 4;
  38. height: 8vh;
  39. width: 60vw;
  40. top: 42vh;
  41. left: 14vw;
  42. transform:rotate(5deg);
  43. font-family: 'Permanent Marker';
  44. font-size: 12vh;
  45. color: #a81b1b;
  46. text-shadow: -.5vh .5vh 0vh #000;
  47. }
  48.  
  49. #subtitle{
  50. position: fixed;
  51. z-index: 4;
  52. height: 10vh;
  53. width: 40vw;
  54. top: 54.5vh;
  55. left: 30vw;
  56. transform:rotate(5deg);
  57. font-family: 'Permanent Marker';
  58. font-size: 6vh;
  59. color: #fff;
  60. text-shadow: -.5vh .5vh 0vh #000;
  61. }
  62.  
  63. #info1{
  64. position: fixed;
  65. background: #ba2727;
  66. box-shadow: -1vh 1vh 0vh #000;
  67. z-index: 3;
  68. padding: 1%;
  69. height: 30vh;
  70. width: 40vw;
  71. top: 56vh;
  72. left: 15vw;
  73. transform:rotate(5deg);
  74. font-family: 'Signika';
  75. font-size: 2.25vh;
  76. color: #fff;
  77. overflow: auto;
  78. text-shadow: -.25vh .25vh 0vh #000;
  79. }
  80.  
  81. h1{
  82. font-size: 3.75vh;
  83. border-bottom: .25vh #fff solid;
  84. }
  85.  
  86. a{
  87. color: #fff;
  88. text-decoration: underline;
  89. transition: 0.25s;
  90. }
  91.  
  92. a:hover{
  93. color:#e66e6e;
  94. transition: 0.25s;
  95. }
  96.  
  97. </style>
  98.  
  99. <div id="image"><img src="https://i.imgur.com/MDP3fqr.png"></div>
  100.  
  101. <div id="bar1"></div>
  102. <div id="title">RED BLOOD CELL</div>
  103. <div id="subtitle">"Just doing my job!"</div>
  104.  
  105. <div id="info1">
  106. <h1>Erythrocyte AE3803</h1>
  107. As one of many, many red blood cells in the body, it is her duty to deliver oxygen and nutrients to the many cells and organs that keep the system running!<br>
  108. Now if only she wasn't quite so lousy with direction, she'd be a bit more helpful.
  109. <br><br><br>
  110. More info on the way! Maybe some animations, and some buttons...<br>
  111. But first, sleep. <br>
  112. Oh, and have some <a target="_blank" href="https://imgur.com/a/DMDSNLf">pictures.</a>
  113.  
  114. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement