Advertisement
MCDogWarrior

Story Description (Shortened)

May 20th, 2021 (edited)
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. <div class="container-fluid my-1" style="color:#ffffff;max-width:1000px;">
  2. <div class="container">
  3. <div class="card card-block bg-faded">
  4. <!-- Title text -->
  5. <p style="text-align: center;"><span style="font-size: 30px; letter-spacing:2px;"><i class="far fa-sword"></i>&nbsp;<strong>TITLE</strong>&nbsp;<i class="far fa-shield-alt"></i></span></p>
  6. <a style="text-align: center;"><span style="font-size: 20px;">[Insert media type]</span></a>
  7. <br>
  8. <!-- Display image -->
  9. <div style="background: url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/2de243d6-ec05-4a84-9349-779a25b48c92/deixvjm-eb7ff3c6-b999-4d07-804a-88ebfa8968aa.png/v1/fill/w_1147,h_696,q_70,strp/img_by_mcdogwarrior_deixvjm-pre.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9Nzc3IiwicGF0aCI6IlwvZlwvMmRlMjQzZDYtZWMwNS00YTg0LTkzNDktNzc5YTI1YjQ4YzkyXC9kZWl4dmptLWViN2ZmM2M2LWI5OTktNGQwNy04MDRhLTg4ZWJmYTg5NjhhYS5wbmciLCJ3aWR0aCI6Ijw9MTI4MCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.YG0ABhcre5NIwkjspfvti9Zi_SoHjly7SC-TZyNNLDk); background-repeat: no-repeat; background-size:cover; background-position: center; min-height:200px;" class="card-block h-0" >
  10. </div>
  11. <br>
  12. <div class="card card-block bg-faded" style="background-color:#0D052A;">
  13. <div class="row">
  14. <!-- Description card -->
  15. <div class="col-9">
  16. <div class="card card-block bg-faded" style="background-color:#3577b4; min-height:200px; overflow:auto;">
  17. <p style="text-align: left;"><span style="font-size: 20px;"><i class="fad fa-stars"></i>&nbsp;<u>HEADER</u>&nbsp;<i class="fad fa-stars"></span></a>
  18. <p>Small description of the comic, plot, etc. Hook your audience with your absolutely amazing description (that may or may not be better than the story itself)</p>
  19. <p>Classic MC putting a second paragraph box. Yeah extra space write more you get the idea</p>
  20. </div>
  21. </div>
  22. <!-- Pagedoll beside description -->
  23. <div class="col-3">
  24. <div style="background: url(IMGURL); background-repeat: no-repeat; background-size:cover; background-position: top center; min-height:200px; min-width:200px;" class="card-block h-0" >
  25. </div>
  26. </div>
  27. </div>
  28. <br>
  29. <!-- Genres -->
  30. <div class="row">
  31. <div class="col-6">
  32. <div class="card bg-faded p-2" style="background-color:#3577b4; min-height:100px; max-height:130px;">
  33. <p style="text-align: center;"><span style="font-size: 20px;"><u>GENRE(S)</u></span></p>
  34. <p style="text-align: center;"><a class="btn btn-info">GENRE 1</a></a>
  35. <a style="text-align: center;"><a class="btn btn-info">GENRE 2</a></a>
  36. <a style="text-align: center;"><a class="btn btn-info">GENRE 3</a></a>
  37. </div>
  38. </div>
  39. <!-- Rating (age group) -->
  40. <div class="col-6">
  41. <div class="card bg-faded p-2" style="background-color:#3577b4; min-height:100px; max-height:100px;">
  42. <p style="text-align: center;"><span style="font-size: 20px;"><u>RATING</u></span></p>
  43. <a style="text-align: center;"><a class="btn btn-primary my-3">AGE GROUP(s)</a></a>
  44. </div>
  45. </div>
  46. </div>
  47. <br>
  48. <!-- Progress level -->
  49. <div class="card bg-faded p-2" style="background-color:#3577b4; min-height:75px; max-height:130px;">
  50. <p style="text-align: center;"><span style="font-size: 20px;"><u>PROGRESS</u></span></p>
  51. <a style="text-align: center;"><span style="font-size: 12px;" class="text-secondary">##%</span></a>
  52. <div class="progress">
  53. <div class="progress-bar progress-bar-striped my-1" style="width:100%;background-color:#5babea;"><br></div>
  54. </div>
  55. </div>
  56. <br><br>
  57. <!-- Characters -->
  58. <div class="card bg-faded" style="background-color:#3577b4;">
  59. <a style="text-align: center;"><a class="btn btn-secondary" href="FOLDERLINK">CHARACTERS</a></a>
  60. </div>
  61. </div>
  62. <p style="text-align: right;"><span style="font-size: 9px;">Code by <a href="https://toyhou.se/MCDogWarrior" id="">MCDogWarrior</a></span></p>
  63. </div>
  64. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement