Advertisement
feather--weather

Full Cowl

Mar 7th, 2018
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.08 KB | None | 0 0
  1. <!--
  2.     Layout: Full Cowl
  3.     Creator: @_featherweather
  4.     Date: 7 march 2018
  5.    
  6.     Synopsis: a code to allow you to have scrolling text in an image. CODE IS NOT WYSIWYG COMPATIBLE.
  7.         As this is mostly made to integrate with other codes, i don't bother putting in a credit line lol.
  8. -->
  9.  
  10. <div class="card bg-dark text-white card-block table-responsive max-width: 100%">
  11.     <!--IMAGE LINE, don't forget to change the image alt information -->
  12.     <!-- <img class="card-img" src="https://file.toyhou.se/images/3525231_6UBwlKl4O3RR1PY.gif?1508474236" alt="今、そこにいる僕"> -->
  13.     <img class="card-img" src="https://file.toyhou.se/images/5141551_HfFrOJcAG8J0w0V.gif?1508478297" alt="Full Cowl">
  14.     <div class="card-img-overlay">
  15.         <!-- change color of text in the code below -->
  16.         <div class="card-block text-center table-responsive h-100 d-inline-block" style="color:#ffffff">
  17.             <div class="row">
  18.                 <div class="col-12 mb-2">
  19.  
  20.                     <p>Hello! This is _featherweather here with another small bit of code!</p>
  21.  
  22.                     <p>I hope you enjoy!!</p>
  23.                 </div>
  24.             </div>
  25.         </div>
  26.     </div>
  27. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement