Excluding Them (code (id only))

Lullah

Profile


<!---
 
  ========================================================
 
  code by Lullah
  colors used:
    > #1E1E1E (font color)
    > #9b9b9b (box border)
    > #dedede (box background)
    > #3f3f3f (icon border)
    > #ABABAB (icon background)
 
  You may...
    > Edit this code to oblivion!
    > Recycle parts for your own use!
 
  You may not...
    > Remove my watermark!
 
  ========================================================
 
--->
<div class="container" style="max-width:510px;color:#1E1E1E;font-size:1.6em;">
  
  <!--- id card --->
  <div class="row no-gutters">
    <div class="col-12 px-4 pl-md-5 pb-4 pt-1 d-flex" style="min-height:275px;border-radius:10px;border:3px solid #9b9b9b;background-color:#dedede;">
      <div class="my-auto">
      <!--- among us/title --->
      <div style="font-size:1.3em;font-weight:lighter;">Among Us</div>
      <div class="row no-gutters d-flex">
        <!---- icon ---->
        <div class="col-md-4 rounded pr-md-2"><div style="height:160px;width:130px;border:solid 5px #3f3f3f;border-radius:10px;background-color:#ABABAB;
          
          background-image:url(https://via.placeholder.com/160); 
          
          background-size:cover;background-position:;"></div></div>
        <!---- simple profile ---->
        <div class="col-md-8 pl-md-2 mt-2 mt-md-0 text-uppercase" style="font-size:0.95em;font-weight:lighter;line-height:150%;">
          <div><b>Name:</b> Info</div>
          <div><b>Height:</b> 3'5"</div>
          <div><b>Weight:</b> 42lb</div>
          <div><b>Occupation:</b> Crewmate</div></div>
      </div>
      </div>
    </div>
  </div>
  
  <!--- credit!! don't remove pls thx --->
  <div class="text-right" style="font-size:0.6em;"><a href="https://toyhou.se/Lullah" class="text-secondary"><i class="fas fa-code fa-sm"></i></a>
  </div>
  
</div>