owltrash

calcifer's profile

Oct 23rd, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. <body>
  2. <html>
  3. <body><style type="text/css">
  4.  
  5. body{background: #fff; overflow: hidden;}
  6.  
  7. /* 4E4E4E */
  8.  
  9. .box {position: fixed;
  10. margin: auto;
  11. top: 0px;
  12. bottom: 0px;
  13. left: 0px;
  14. right: 0px;
  15. background: transparent;
  16. width: 190px;
  17. height: 103px;
  18. font-family: Verdana;
  19. font-size: 11px;
  20. color: #b79091;
  21. border-top: 1px solid #ccc;
  22. text-align: center;}
  23.  
  24. .box2 {position: absolute;
  25. margin: auto;
  26. bottom: -25px;
  27. left: -20px;
  28. background: transparent;
  29. width: 230px;
  30. height: 25px;
  31. border-top: 1px solid #ccc;
  32. font-family: Verdana;
  33. font-size: 9px;
  34. letter-spacing: 1px;
  35. text-transform: uppercase;}
  36.  
  37. .title {position: absolute;
  38. margin: auto;
  39. top: -15px;
  40. left: -6px;
  41. right: 0px;
  42. background: transparent;
  43. width: 120px;
  44. height: 13px;
  45. border: 0px solid #ccc;
  46. font-family: Verdana;
  47. font-size: 11px;
  48. text-transform: uppercase;}
  49.  
  50. .sprite {position: absolute;
  51. margin: auto;
  52. top: -55px;
  53. right: 135px;
  54. background: transparent url('https://i.imgur.com/rftRhsI.png');
  55. background-size: 320px;
  56. width: 320px;
  57. height: 473px;}
  58.  
  59. small {
  60. text-transform: uppercase;
  61. font-size: 9;
  62. letter-spacing: 1px;}
  63.  
  64. a {color: #b0aaaa;
  65. text-decoration: none;
  66. font-weight: normal;
  67. display: inline-block;}
  68.  
  69. </style>
  70.  
  71. <div class="box">
  72. <div class="title"> CALCIFER </div>
  73. <small> TORRACAT </small>
  74.  
  75. <BR><BR><BR><BR>
  76.  
  77. I'm a fire cat.<br>
  78.  
  79. <div class="box2">
  80. Met the bare minimum <BR>
  81. for common courtesy? <BR>
  82. Wow. Have a cookie. <BR>
  83. </div>
  84. <div class="sprite"></div>
  85. </div>
  86. </body>
  87. </html>
Advertisement
Add Comment
Please, Sign In to add comment