Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="en">
  4.  
  5. <head>
  6.  
  7. <meta charset="utf-8">
  8.  
  9. <title>Twenty One Pilots - Downloads</title>
  10.  
  11. <meta name="description" content="Main Page">
  12.  
  13. <meta name="author" content="FreeZoloft">
  14.  
  15. <link rel="stylesheet" href="css/styles.css?v=1.0">
  16.  
  17. <?php require_once('script.php'); ?>
  18.  
  19. <style>
  20.  
  21. /* .mainTitle margin-left: 20.3px; */
  22. .mainTitle {
  23. margin-top: 0px;
  24. margin-bottom: 0px;
  25. margin-left: 8px;
  26. }
  27.  
  28. .albumsTag {
  29. margin-top: 3px;
  30. margin-bottom: 0px;
  31. margin-left: 23px;
  32. }
  33.  
  34. .kamryn {
  35. margin-top: 10px;
  36. margin-bottom: 0px;
  37. margin-left: 23px;
  38. clear: left;
  39. }
  40.  
  41. .list1 {
  42. margin-top: 3px;
  43. margin-right: 0px;
  44. padding-right: 0px;
  45. float: left;
  46. }
  47.  
  48. .list2 {
  49. margin-top: 3px;
  50. margin-left: 0px;
  51. padding-left: 10px;
  52. float: left;
  53. }
  54.  
  55. .list3 {
  56. margin-top: 3px;
  57. clear: left;
  58. }
  59.  
  60. </style>
  61. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement