Advertisement
Coywolfy

Toyhouse character template 4

Aug 2nd, 2018
9,937
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.76 KB | None | 0 0
  1. <div class="container" style="max-width: 1000px; text-align: center;">
  2.     <div class="row">
  3.         <div class="col-sm-4">
  4.             <div class="card text-center">
  5.                 <div class="card-header" style="background-image:url('http://www.immersion-3d.com/wp-content/uploads/2015/12/image-placeholder-500x500.jpg'); background-position:center center; height:250px;">
  6.                     <br>
  7.                 </div>
  8.                 <div class="card-block">
  9.  
  10.                     <h2><strong>NAME</strong>
  11.                         <br><strong><span style="font-size: 14px;">INFO | INFO | INFO</span></strong></h2>
  12.  
  13.                     <p class="card-text text-muted">&quot;any text you want here&quot;</p>
  14.                 </div>
  15.             </div>
  16.         </div>
  17.         <div class="col-sm-8">
  18.             <div class="rounded card-block card">
  19.  
  20.                 <h2><strong>ABOUT</strong></h2>
  21.                 <div class="table-responsive" style="height:65px;">
  22.  
  23.                     <p class="text-muted">tell me about your oc!!</p>
  24.                 </div>
  25.             </div>
  26.             <br>
  27.             <div class="row">
  28.                 <div class="col-sm-6">
  29.                     <div class="rounded card-block bg-faded card">
  30.  
  31.                         <h2><strong>Likes</strong></h2>
  32.                         <div class="table-responsive" style="height:50px;">
  33.  
  34.                             <p class="text-muted">thing, thing, thing, and thing</p>
  35.                         </div>
  36.                     </div>
  37.                 </div>
  38.                 <div class="col-sm-6">
  39.                     <div class="rounded card-block bg-faded card">
  40.  
  41.                         <h2><strong>Dislikes</strong></h2>
  42.                         <div class="table-responsive" style="height:50px;">
  43.  
  44.                             <p class="text-muted">thing, thing, thing, and thing</p>
  45.                         </div>
  46.                     </div>
  47.                 </div>
  48.             </div>
  49.             <br>
  50.             <div class="rounded card-block card">
  51.  
  52.                 <p>put links, stamps, your ocs colors, or anything you want!!</p>
  53.             </div>
  54.         </div>
  55.     </div>
  56.  
  57.     <p style="text-align: right;"><a href="https://toyhou.se/2423528.character-template-4" id="">HTML template</a> by @coywolfy</p>
  58. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement