CornyGoose

Hanzo code

May 16th, 2020
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ----------------------HTML----------------------
  2.  
  3. <link href="https://fonts.googleapis.com/css?family=Graduate&display=swap" rel="stylesheet">
  4.  
  5. <div class="info1" >
  6. <font color="007fff">
  7. <center>
  8. <h1 style="font-family: 'Graduate', cursive;"><u>Hanzo</u>
  9. <p>Ronin warrior, seeking redemption and to restore his lost honor. Won't hesitate to loose an arrow through your windpipe.
  10. <p>Placeholder for now, will code if writer finishes his incense offerings.
  11. <p><a target="_blank" href="https://i.pinimg.com/564x/a3/1a/55/a31a556d9cc5dac4a61ff69fd1cb1e52.jpg">I have inflicted wounds.</a>
  12. </p></h1>
  13. </font>
  14. </div>
  15.  
  16. <div class="img" >
  17. <img src="https://cdna.artstation.com/p/assets/images/images/012/993/642/large/charmaine-prawnm33-lee-hanzoscion2res.jpg?1537531043" align=center >
  18.  
  19. </div>
  20.  
  21.  
  22.  
  23. -------------------------------------------------------
  24. CSS
  25.  
  26. body { background-color: #000;
  27. }
  28.  
  29. p, h1, h2 {
  30. font-size: 3vh;
  31. }
  32.  
  33. .info1 {
  34. background-color: 1a1a1a;
  35. width: 90vh;
  36. height: 35%;
  37. position: fixed;
  38. left: 10vh;
  39. top: 32.5vh;
  40. }
  41.  
  42.  
  43. img {
  44. height: 100vh;
  45. right: 30vh;
  46. top: 0vh;
  47. position: fixed;
  48. }
  49.  
  50. font-family: 'Graduate', cursive;
Add Comment
Please, Sign In to add comment