[F2U] Userbox Snippet (>CODE : Medium (bootstrap))

Kunstmaskin

Profile


  



<!-- ------ ------ ------ ------
   
   : Snippet Code by Kunstmaskin : Userbox MD : bootstrap
   
  Please follow my TOS, thank you ! <3
   
   ›› Do not redistribute this code.
   ›› Please do not hide, or remove the credit section, thank you.
   
   As always, I'm more than happy to provide answers in the comments or DMs, 
   should you have any questions or issues :] 
   
   ------ ------ ------ ------ -->
   

<!-- ---- -------- / SNIPPET START / -------- ---- -->
  <!-- (optional); change max-width accordingly if you want -->
<div class="container pr-0" style="max-width: 29em">
  <div class="row">
  
  <!-- IMAGE BOX -->
  <div class="card col-9 rounded-0 p-1 text-center bg-faded" style="max-width: 6.6em">
    <div class="card border-0 h-100 rounded-0" id="img" style="background-image: url(
    
https://i.pinimg.com/originals/57/18/5d/57185d2176d7cbaebdb74c00ce1b9ebf.gif
    
    ); background-position: center; background-size: cover">
    </div>
  </div>

  <!-- TEXT BOX -->
<div class="card col-9 rounded-0 p-4" style="min-height: 6em; font-size: 17px" id="content"><p>
  This is a userbox, say what you want :)
  </p>
</div>
  </div>
  <!-- : CREDIT : please do not remove : -->
     <div class="row" style="margin-top: -.4em"><a href="/kunstmaskin" style="color: inherit">
       <i class="fal fa-paw-claws tooltipster text-muted" style="font-size: 9px;" title="Snippet by Kunstmaskin"></i></a>
      </div>
    </div>
<!-- ---- -------- / SNIPPET END / -------- ---- -->