Advertisement
CornyGoose

Woobat

Nov 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. ------------------CSS--------------------------
  2.  
  3.  
  4. .center {
  5. display: block;
  6. margin-left: auto;
  7. margin-right: auto;
  8. width: 25%;
  9. }
  10.  
  11. p, h1, h2 {
  12. font-size: 3vh;
  13. }
  14.  
  15. font-family: 'Black+Han+Sans', cursive;
  16.  
  17.  
  18.  
  19.  
  20. -------------------HTML-------------------------
  21.  
  22. <head>
  23.  
  24. <link href="https://fonts.googleapis.com/css?family=Black+Han+Sans" rel="stylesheet">
  25. <style>
  26. body { background-color: 2B2D38;
  27.  
  28. }
  29.  
  30. p, h1, h2 {
  31. font-size: 3.5vh;
  32. }
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. .info2 {
  41.  
  42. width: 45vh;
  43. height: 52vh;
  44. position: fixed;
  45. left: 50vh;
  46. bottom: 0vh;
  47.  
  48. }
  49.  
  50.  
  51. img {
  52. height: 100vh;
  53. border: 12vh;
  54. }
  55.  
  56.  
  57. </style>
  58. </head>
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66. <div class="info2" >
  67. <font color="9FD7EE">
  68. <center>
  69. <h1 style="font-family: 'Black Han Sans', cursive;">Bite #527
  70. <p>Rolycoly fathead
  71. <p>
  72. </p></h1>
  73. </font>
  74. </div>
  75.  
  76.  
  77.  
  78.  
  79.  
  80. <div class="picture" >
  81. <img src= "https://i.imgur.com/FRPO7kq.png" class="center">
  82.  
  83.  
  84.  
  85.  
  86. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement