Advertisement
KittyKodes

Small n Simple

Jul 22nd, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.42 KB | None | 0 0
  1. <!-- TERMS OF SERVICES
  2.  
  3. 1. DO NOT remove my credits. I tried to make them small.
  4. 2. DO NOT advertise my codes or modify my codes to advertise as your own.
  5. 3. My codes are for personal use only.
  6. 4. Do not turn on WYSIWYG when using my code- it will break it!
  7. 5. Do not steal, claim, redistribute or heavily reference my codes.
  8.     5a. Redistributing my codes that you edited still falls under stealing.
  9. 6. I will block and whitelist anyone who breaks these rules.
  10. 7. Let me know when you use my code in my HTML forum post!
  11.  
  12. This HTML was created by @KittyKodes / @redenvii.
  13.  
  14. -->
  15.  
  16. <div class="container">
  17.   <div class="card bg-faded p-2 card-outline-primary">
  18.     <div class="row  justify-content-center align-items-center">
  19.      
  20.       <div class="col-xl">
  21.         <div class="text-center"><img src="https://placekitten.com/600/600" class="rounded" style="height: auto;" width="600px"></div>
  22.       </div>
  23.      
  24.       <div class="p-1"></div>
  25.      
  26.       <div class="col-xl">
  27.        
  28.         <div class="card p-3 bg-primary border-0">
  29.           <div class="display-3">Character Name</div>
  30.         </div>
  31.        
  32.         <div class="p-1"></div>
  33.        
  34.         <div class="card border-0">
  35.           <div style="max-height:170px; overflow:auto;">
  36.            
  37.             <div class="p-3">
  38.              
  39.             <h2>Description</h2>
  40.             <p>Cat ipsum dolor sit amet, scratch the box stuff and things for lick the curtain just to be annoying. What a cat-ass-trophy!. Scream for no reason at 4 am. Make it to the carpet before i vomit mmmmmm. I like frogs and 0 gravity. Need to chase tail hiding behind the couch until lured out by a feathery toy but pee in human's bed until he cleans the litter box trip on catnip catasstrophe meow. Claws in the eye of the beholder purrr purr littel cat, little cat purr purr. Scratch leg; meow for can opener to feed me cat is love.
  41.             </p>
  42.            
  43.             <div class="p-2"></div>
  44.            
  45.             <h2>Backstory</h2>
  46.             <p>Lick left leg for ninety minutes, still dirty have secret plans or leave fur on owners clothes i shredded your linens for you flex claws on the human's belly and purr like a lawnmower hate dog. See owner, run in terror show belly or nya nya nyan or jump around on couch, meow constantly until given food, but rub butt on table weigh eight pounds but take up a full-size bed spit up on light gray carpet instead of adjacent linoleum. Leave fur on owners clothes give me some of your food give me some of your food give me some of your food meh, i don't want it, but eat too much then proceed to regurgitate all over living room carpet while humans eat dinner.
  47.             </p>
  48.            
  49.             </div>
  50.           </div>
  51.         </div>
  52.        
  53.         <div class="p-1"></div>
  54.        
  55.         <div class="row no-gutters">
  56.          
  57.           <div class="col-xl">
  58.             <div class="card p-2 bg-primary border-0"><p class="display-4">LIKES</p></div>
  59.             <div class="p-1"></div>
  60.             <div class="card p-3 border-0" style="height:120px;">
  61.               <div style="max-height:120px; overflow:auto;">
  62.                 <ul>
  63.                  
  64.                   <li>thing</li>
  65.                   <li>thing</li>
  66.                   <li>thing</li>
  67.                   <li>thing</li>
  68.                   <li>thing</li>
  69.                  
  70.                 </ul>
  71.               </div>
  72.             </div>
  73.           </div>
  74.          
  75.           <div class="p-1"></div>
  76.          
  77.           <div class="col-xl">
  78.             <div class="card p-2 bg-primary border-0"><p class="display-4">DISLIKES</p></div>
  79.             <div class="p-1"></div>
  80.             <div class="card p-3 border-0" style="height:120px;">
  81.               <div style="max-height:120px; overflow:auto;">
  82.                 <ul>
  83.                  
  84.                   <li>thing</li>
  85.                   <li>thing</li>
  86.                   <li>thing</li>
  87.                   <li>thing</li>
  88.                   <li>thing</li>
  89.                  
  90.                 </ul>
  91.               </div>
  92.             </div>
  93.           </div>
  94.          
  95.         </div>
  96.        
  97.         <div class="p-1"></div>
  98.        
  99.         <div class="card p-3 border-0">
  100.           <h2 class="text-muted text-center">"I really, really love cats, y'know..."</h2>
  101.         </div>
  102.        
  103.       </div>
  104.     </div>
  105.   </div>
  106.     <div class="text-muted text-right">code by @KittyKodes</div>
  107. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement