Advertisement
Guest User

Homepage

a guest
Nov 20th, 2021
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>h i t a r u .</title>
  5. <style type="text/css">
  6. @font-face {
  7. font-family:hitaru;
  8. src:url(myfont2-regular-webfont.woff);
  9. }
  10.  
  11. a:link {
  12. color: #d3b9d7;
  13. background-color: transparent;
  14. text-decoration: none;
  15. }
  16.  
  17. a:visited {
  18. color: #d3b9d7;
  19. background-color: transparent;
  20. text-decoration: none;
  21. }
  22.  
  23. a:hover {
  24. color: #c2a5c5;
  25. background-color: transparent;
  26. text-decoration: none;
  27. }
  28.  
  29. a:active {
  30. color: #d3b9d7;
  31. background-color: transparent;
  32. text-decoration: none;
  33. }
  34.  
  35. footer{
  36. bottom: 0;
  37. position: fixed;
  38. width: 100%;
  39. }
  40.  
  41. .footer {
  42. background: none;
  43. height: auto;
  44. margin: auto;
  45. width: 400px;
  46. text-align:center;
  47.  
  48. }
  49. </style>
  50. </head>
  51. <body style="background-color:#907993">
  52.  
  53. <img src="https://gcdn.pbrd.co/images/Lfjy8ByQYJn6.png" style="align:center; margin-top:150px; height:auto; width:100%;">
  54. <div style="margin-top:-5px" align="center"><font face="hitaru" size="3" color="#66466b"><a href="/about.html">about</a> &#8226; <a href="/recent.html">news</a> &#8226; <a href="/socials.html">socials</a> &#8226; <a href="/commissions.html">commission info</a> &#8226; <a href="/faq.html">faq</a> &#8226; <a href="/credits.html">credits</a></font></div>
  55.  
  56. <footer><div class="footer"><font face="calibri" size="2" color="#66466b">h i t a r u . &#169; 2021 a.j. wildes</font></div></footer>
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement