MCDogWarrior

Sun Advisor [Custom]

Sep 2nd, 2021 (edited)
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. <div class="container-fluid" style="width:900px;">
  2. <!--Main card (black border)-->
  3. <div class="card bg-faded rounded-0 mx-auto p-1" style="border-top-right-radius:8px; border-top-left-radius:8px; border-bottom-right-radius:8px; border-bottom-left-radius:8px; width:850px; background-color:#000;">
  4. <!--Warning label-->
  5. <div class="card bg-faded rounded-0" style="border-top-right-radius:5px; border-top-left-radius:5px; background-color:#f0ed15; height:80px">
  6. <!--Warning text (its position is absolute, change it if you need to fix the text)-->
  7. <p style="font-size: 60px; text-align: center; color:#000; position:absolute; bottom:0px; left:235px;"><span style="font-size: 50px;"> <i class="fas fa-exclamation-triangle"></i></span><strong> WARNING</strong></p>
  8. </div>
  9. <!--White box-->
  10. <div class="card bg-faded rounded-0 mt-1" style="border-bottom-right-radius:5px; border-bottom-left-radius:5px; background-color:#fff;">
  11. <!--Header-->
  12. <p style="text-align: center; font-size: 25px; color:#000; letter-spacing: 1px" class="mt-1">HEADER TEXT OR SOMETHING IDK</p>
  13. <div class="card bg-faded rounded-0 border-0 mt-1 p-2" style="border-bottom-right-radius:5px; border-bottom-left-radius:5px; background-color:#fff;">
  14. <div class="row">
  15. <div class="col-3">
  16. <!--Airbag image-->
  17. <div class="mx-auto mb-2" style="background-image:url(https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/2de243d6-ec05-4a84-9349-779a25b48c92/deqa8eo-41554adc-b15b-4579-8ec3-941737ab625f.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzJkZTI0M2Q2LWVjMDUtNGE4NC05MzQ5LTc3OWEyNWI0OGM5MlwvZGVxYThlby00MTU1NGFkYy1iMTViLTQ1NzktOGVjMy05NDE3MzdhYjYyNWYuanBnIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.XHb1VO44iJ5R9opxcABA39GIEoI8HU_ijow5_67FPpE); background-size:contain; background-position: center; height:116px;">
  18. </div>
  19. </div>
  20. <div class="col-9">
  21. <!--List of warnings-->
  22. <ul style="list-style-type: square; font-size: 15px; color:#000;">
  23. <li>Warnings to note</li>
  24. <li>go in these bullet points</li>
  25. <li>I would reccomend putting 5</li>
  26. <li>but you can put more or</li>
  27. <li>remove some if you want</li>
  28. </ul>
  29. </div>
  30. </div>
  31. </div>
  32. </div>
  33. </div>
  34. <!--Code credit (DO NOT REMOVE OR ALTER)-->
  35. <p style="text-align: right;"><span style="font-size: 9px;">Code by <a href="https://toyhou.se/MCDogResource">MCDogWarrior</a></span></p>
  36. </div>
Add Comment
Please, Sign In to add comment