Advertisement
Alyulina

Simple Th Code

Mar 27th, 2020
1,501
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.30 KB | None | 0 0
  1. <!--       CODE CREDIT TO: ALYULINA        -->
  2. <!--    PLEASE DON'T REMOVE THE CREDITS    -->
  3. <!--                                       -->
  4. <!--  You can edit this code, but you are  -->
  5. <!--     not allowed to distribute it      -->
  6.  
  7. <div class="container  pt-3 pb-3" style="max-width:800px;">
  8.  
  9.   <!-- LEFT -->
  10.   <div class="row no-gutters">
  11.    
  12.     <div class="col-lg-3 ">
  13.      
  14.       <!--                  CHARACTER IMAGE                     -->
  15.       <!-- you need follow this -> (&quot;URL?1538281948&quot;) -->
  16.       <!--   make sure the character is centered on the image   -->
  17.      
  18.       <div class="mx-auto card card-outline-primary" style="height:160px; width:160px;
  19.      
  20.      background:url(&quot;https://data.whicdn.com/images/341983737/original.jpg?1538281948&quot;)
  21.      
  22.      center;background-size:cover;"></div>
  23.      
  24.       <div class="bg-faded mt-1 ml-2 mr-2 pr-5 pl-5  justify-content-between">
  25.         <!-- put your url page replacing the # -->
  26.         <a href="#" data-toggle="tooltip" data-original-title="" title="Character Owner"><i class="fal fa-user"></i></a>
  27.         <!-- don't remove -->
  28.         <a href="https://toyhou.se/Dakufurawa02" data-toggle="tooltip" data-original-title="" title="Coder"><i class="fal fa-code"></i></a>
  29.       </div>
  30.      
  31.     </div>
  32.    
  33.     <!-- RIGHT -->
  34.     <div class="col-lg-9 card card-outline-primary bg-faded">
  35.      
  36.       <!--             CHARACTER NAME            -->
  37.      
  38.       <span class="text-center text-uppercase mt-1 text-primary" style="font-family: fantasy; font-size: xx-large; text-decoration: underline;">
  39.          
  40.         Character Name
  41.          
  42.       </span>
  43.      
  44.       <!--             CHARACTER INFO            -->
  45.       <div class="row no-gutters mt-2 mb-2 pl-4 pr-4 justify-content-between">
  46.         <div class="col-sm-5">
  47.           <div class="d-flex">
  48.             <span class="w-50 p-1">Gender</span>
  49.             <span class="w-50 p-1 text-right text-muted">[info]</span>
  50.           </div>
  51.           <div class="d-flex">
  52.             <span class="w-50 p-1">Pronouns</span>
  53.             <span class="w-50 p-1 text-right text-muted">[info]</span>
  54.           </div>
  55.           <div class="d-flex">
  56.             <span class="w-50 p-1">Age</span>
  57.             <span class="w-50 p-1 text-right text-muted">[info]</span>
  58.           </div>
  59.           <div class="d-flex">
  60.             <span class="w-50 p-1">Birth</span>
  61.             <span class="w-50 p-1 text-right text-muted">[info]</span>
  62.           </div>
  63.         </div>
  64.        
  65.         <div class="col-sm-5">
  66.           <div class="d-flex">
  67.             <span class="w-50 p-1">Specie</span>
  68.             <span class="w-50 p-1 text-right text-muted">[info]</span>
  69.           </div>
  70.           <div class="d-flex">
  71.             <span class="w-50 p-1">Orientation</span>
  72.             <span class="w-50 p-1 text-right text-muted">[info]</span>
  73.           </div>
  74.           <div class="d-flex">
  75.             <span class="w-50 p-1">Height</span>
  76.             <span class="w-50 p-1 text-right text-muted">[info]</span>
  77.           </div>
  78.           <div class="d-flex">
  79.             <span class="w-50 p-1">Status</span>
  80.             <span class="w-50 p-1 text-right text-muted">[info]</span>
  81.           </div>
  82.  
  83.         </div>
  84.  
  85.       </div>
  86.  
  87.     </div>
  88.  
  89.   </div>
  90.  
  91. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement