Advertisement
fakehelper

fakehelper's simple gif sidepage

Sep 18th, 2018 (edited)
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. <!--- fakehelper's simple gif sidepage
  2. this is literally a super simple code
  3. with no visible credit so please leave
  4. this here if you use it? cool โ™กโ™กโ™ก -->
  5.  
  6. <!DOCTYPE html>
  7. <html>
  8. <head>
  9.  
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12.  
  13. <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Lato:400,700|Open+Sans:400,700|Roboto:400,700" />
  14.  
  15. <!--- Or add the font of your choice here, the fonts ready for you to use here tho are Lato, Open Sans, and Roboto --->
  16.  
  17. <style type="text/css">
  18.  
  19. p {
  20. font-family:'roboto';
  21. font-size:12px;
  22. color:#000;
  23. }
  24.  
  25. h2 {
  26. font-family:'Open Sans';
  27. font-size:14px;
  28. text-transform:uppercase;
  29. color:#000;
  30. }
  31.  
  32. a {
  33. text-decoration:none;
  34. font-weight:bold;
  35. color:#000;
  36. }
  37.  
  38. </style>
  39. </head>
  40. <body>
  41.  
  42. <center>
  43. <h2>This is your title.</h2>
  44. <p>This is your disclaimer if you want it, if not, delete it! Look at this <a href="#">link!</a> You can change it's appearance by changing <b>a {</b> up above!</p>
  45. </center>
  46.  
  47.  
  48. <p>This is where you paste your gifs in step 5 of the tutorial this is from.</p>
  49.  
  50. </body>
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement