Advertisement
vermilly

Kyky

Jan 9th, 2024
1,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.94 KB | None | 0 0
  1. <!--
  2. Background: #2b1d1f
  3. Text: #f5d3d7
  4.  
  5. Use "find & replace" to change all at once.
  6. -->
  7.  
  8. <!--- NEW CODE-------->
  9. <!--- NEW CODE-------->
  10. <!--- NEW CODE-------->
  11.  
  12. <div class="col-md-12">
  13. <div class="card border-0 p-1 mx-auto" style="background: white;background-size: cover; background-position: justify; max-width: 350px; min-height: 100px; min-width: 150px; box-shadow: inset 0px 0px 1px 1px;">
  14.  
  15.     <div class="col-md-0">
  16.         <div class="card border-0 p-2" style="background: url(https://img.freepik.com/free-photo/particle-burst-golden-sparkle-shimmer-background-illustration_1017-42064.jpg?size=626&ext=jpg&ga=GA1.1.1546980028.1702598400&semt=ais);background-size: justify; background-position: bottom; max-width: 350px; min-height: 100px; min-width: 150px; box-shadow: inset 0px 0px 1px 1px;">
  17.  
  18. <!---Icon's image URL--->
  19.             <div class="container">
  20.             <div class="row">
  21.             <div class="col-md-0">
  22.             <div class="card border-right; h-100" style="background: url(https://f2.toyhou.se/file/f2-toyhou-se/characters/25229725?1704843046); background-size: cover; background-position: justify; background-repeat: no-repeat; max-height:150px; max-width: 150px; min-height: 100px; min-width: 100px; border-color: #000;"></i></a>
  23.                     </div>
  24.                     </div>
  25.                    
  26. <!---After this point, you can replace color: #000 with another hex code, or replace it with color: white;--->
  27.                    
  28.                     <div class="col-md-8">
  29.                         <div style="font-size:large; color: white">
  30.                             <strong>
  31.                             KYKY</strong>
  32.                             <hr style="border-color: white; margin-bottom:0; margin-top:0;">
  33.                         </div>
  34.                        
  35.                         <div style="font-size:small; color: white">
  36.                             <em>Apathetic but caring sushi friend. Ironically enjoys eating seafood. Is glad to tag along.</em>
  37.    
  38.     <!---If you just want the namecard, icon, and blurb, first ctrl + F 'NOTE' to find the second half, then start selecting and erase the area from here to there.--->
  39.                         </div>
  40.                         <div class="mt-2"></div>
  41.                         <a data-toggle="collapse" href="#stats" role="button" aria-expanded="false" aria-controls="collapseExample">
  42.                          
  43. <!---If you'd like a white down arrow, replace the current i class with <i class="fas fa-caret-down" style="color: white;"> (or, you can change the 'white' to any hex colour you'd like!--->
  44.                             <center><i class="fas fa-caret-down">
  45.                                 </i>
  46.                                
  47.                         </a>
  48.                     </div>
  49.                 </div>
  50.             </div>
  51.         </div>
  52.     </div>
  53. </div>
  54.  
  55. <div class="collapse" id="stats">
  56. <div class="mx-auto" style="font-size:80%; max-width:350px; color: white;">
  57.  
  58. <!----- general information ----->
  59. <div class="card border-0 my-2 p-2" style="border-radius:10px; background:#000000;">
  60.  
  61.    <div class="justify-content-between"><div>Name</div>
  62.           <div>Kyky</div></div>
  63.          
  64.      <div class="justify-content-between"><div>Age</div>
  65.           <div>Adult</div></div>
  66.  
  67.      <div class="justify-content-between"><div>Gender</div>
  68.           <div>i dont know (any prns)</div></div>
  69.  
  70.      <div class="justify-content-between"><div>Pokemon</div>
  71.           <div>Tatsugiri</div></div>
  72.          
  73.     <div class="justify-content-between"><div>TC Page Link</div>
  74.           <div><a href="https://sites.google.com/view/tectoniccrusade/xuxu">Team CPM</a></div></div>
  75.  
  76.   </div>
  77.  
  78.  
  79. <!----- personality / about ----->
  80. <div class="card border-0 mt-2 p-2" style="border-radius:10px; height:90px; overflow-y:auto; background:#000000;">
  81.  
  82.      <p>rather indifferent and apathetic. loves seafood. he also has a humanoid au/version!</p>
  83.  
  84.      <p>his name "Kyky" seems to be a derivative of Kyle.</p>
  85.  
  86.  
  87.   </div>
  88.  
  89. <div class="card border-0 my-2 p-2" style="border-radius:10px; background:#000000;">
  90.          
  91. <div class="justify-content-between"><div><i class="fal fa-code"/></div>
  92.           <div><a href="pvnksoda">Code credit</a> | <a href="Coturnix">Code credit 2</a></div></div>
  93. </div></div>
  94.  
  95.  
  96. <!---NOTE: If you just want the blurb without the stats tab, here's where you stop.--->
  97.  
  98.           </div>
  99.                 </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement