Advertisement
damedanbo

TIght Spaces HTML Only

Sep 21st, 2019
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. <!-- Code by Dama @damedanbo, do not remove credit -->
  2.  
  3.  
  4. <div class="container card card-outline-secondary">
  5.  
  6. <!-- main box -->
  7. <div class="p-0 col-sm-12">
  8.  
  9. <!-- name or title -->
  10.  
  11. <div class="m1-2 mt-0 text-uppercase">
  12. <span class="text-primary mr-3" style="font-size:32px;"><i class="fas fa-gem"></i></span>
  13. <span class="mr-3" style="font-size:32px">
  14. <strong>TITLE OR NAME</strong></span>
  15.  
  16. <hr class="my-1 mx-5 bg-primary">
  17.  
  18. <!-- keywords lyric quote etc. -->
  19.  
  20. <div class="d-flex justify-content-center my-2" font size="14px"> <center>song lyric, subtitle, etc.</center></div></div>
  21.  
  22. <div class="row no-gutters d-flex justify-content-center p-0">
  23.  
  24. <!-- info box -->
  25. <div class="row col-sm-4 d-inline-block m-1 p-2 " style="height:300px;">
  26.  
  27. General about section. I look good with a paragraph of text. Whatever doesn't fit in this box will become hidden by CSS, or overflow if you use HTML only.
  28. <br>This section can be used for whatever you want. Story basics, character trivia, etc.
  29. <hr>You can add line breaks like this!
  30. <ul><li>or make trivia bulletpoints</li></ul>
  31. The image to the right (below in the HTML) works great as a focal point--a character reference, a gif or aesthetic, whatever you like.</div>
  32.  
  33. <!-- focal image and box two -->
  34. <div class="col-sm-4 table responsive" style="height:300px; background:url(https://static.vecteezy.com/system/resources/previews/000/401/970/non_2x/vector-background-wallpaper-with-polygons-in-gradient-colors.jpg) no-repeat top center; background-size:cover;border-radius:25px;">
  35. </div>
  36.  
  37.  
  38. <!-- profile box three -->
  39. <div class="col "><div class="mini-box ">
  40. <div class="m-1 d-inline-block flex p-2 position-relative" style="height:150px;">
  41. <strong>name:</strong> answer answer answer answer
  42. <br><strong>nickname:</strong> answer
  43. <br><strong>gender:</strong> answer answer answer answer answer
  44. <br><strong>pronouns:</strong> answer
  45. <br><strong>misc:</strong> answer text text text text
  46. <br><strong>theme song:</strong><a href="/"> <u>answer text</u></a>
  47.  
  48.  
  49. <!-- come back to this -->
  50. </div></div>
  51. <!-- box four -->
  52. <div class="overflow-auto ">
  53. <!--- likes dislikes -->
  54. <div class="col d-inline-block table-responsive ">
  55. <div class="row no-gutters text-center">
  56. <!-- likes & dislikes -->
  57. <div class="col-6 d-inline-block">
  58. <p class="mb-1 mt-0"><i class="fas fa-heart text-success mr-2"></i>like yes yes yes yes yes yes </p>
  59. <p class="mb-1 mt-0"><i class="fas fa-heart text-success mr-2"></i>like</p>
  60. <p class="mb-1 mt-0"><i class="fas fa-heart text-success mr-2"></i>like</p>
  61. <p class="mb-1 mt-0"><i class="fas fa-heart text-success mr-2"></i>like</p>
  62. <p class="mb-1 mt-0"><i class="fas fa-heart text-success mr-2"></i>like</p>
  63. </div>
  64. <div class="bg-secondary m-0 d-inline-block" style="width:1px;"></div>
  65. <div class="col-5 d-inline-block">
  66. <p class="mb-1 mt-0"><i class="fas fa-heart-broken text-danger mr-2"></i>dislike no no no no no no no</p>
  67. <p class="mb-1 mt-0"><i class="fas fa-heart-broken text-danger mr-2"></i>dislike</p>
  68. <p class="mb-1 mt-0"><i class="fas fa-heart-broken text-danger mr-2"></i>dislike</p>
  69. <p class="mb-1 mt-0"><i class="fas fa-heart-broken text-danger mr-2"></i>dislike</p>
  70. <p class="mb-1 mt-0"><i class="fas fa-heart-broken text-danger mr-2"></i>dislike</p>
  71.  
  72.  
  73. </div>
  74.  
  75. </div>
  76.  
  77.  
  78. </div></div></div></div>
  79. <span class="small"><center><a href="https://toyhou.se/damedanbo">code by dama</a>@damedanbo</center></span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement