rosiuel

squish

Dec 4th, 2021 (edited)
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.27 KB | None | 0 0
  1. <!--
  2.  
  3. squish by cheurbix
  4.  
  5. accent: #E654A1
  6. bg    : #fff
  7. text  : #888
  8.  
  9. -->
  10.  
  11. <div class="container p-0" style="max-width:250px;">
  12.     <div class="row no-gutters">
  13.        
  14.         <!-- character image -->
  15.         <div class="col-8" style="height:100px;background:url(https://data.whicdn.com/images/331475184/original.jpg) center;background-size:cover;border-radius:25px 0px 0px 0px;"></div>
  16.         <!-- nav -->
  17.         <div class="col-4 p-1 justify-items-center pt-3" style="height:100px;border-radius:0px 25px 0px 0px;background:#E654A1">
  18.             <ul class="nav row no-gutters h-100">
  19.                
  20.                 <li class="col-lg-12 nav-item text-center">
  21.                     <a class="border-0 active d-flex font-weight-bold" style="color:#fff;border-radius:0px 25px 0px 0px;font-size:.75em;font-family:courier" data-toggle="tab" href="#one">
  22.                         <span class="m-auto">01</span>
  23.                 </a></li>
  24.                
  25.                 <li class="col-lg-12 nav-item text-center">
  26.                     <a class="border-0 d-flex font-weight-bold" style="color:#fff;border-radius:0px;font-size:.75em;font-family:courier" data-toggle="tab" href="#two">
  27.                         <span class="m-auto">02</span>
  28.                 </a></li>
  29.                
  30.                 <li class="col-lg-12 nav-item text-center">
  31.                     <a class="border-0 d-flex font-weight-bold" style="color:#fff;border-radius:0px;font-size:.75em;font-family:courier" data-toggle="tab" href="#three">
  32.                         <span class="m-auto">03</span>
  33.                 </a></li>
  34.                            
  35.             </ul>
  36.         </div>
  37.         <!-- quote -->
  38.         <div class="col-6 p-1 text-center align-items-center font-italic font-weight-bold" style="height:130px;background:#E654A1;font-family:times;font-size:1em;color:#fff;border-radius:0px 0px 0px 25px;">
  39.             im gonna be your bubblegum bitch!
  40.         </div>
  41.         <!-- content box -->
  42.         <div class="col-6 p-2 font-weight-bold" style="font-size:.75em;font-family:courier new;background:#fff;height:130px;overflow:auto;color:#888;border-radius:0px 0px 25px 0px;">
  43.             <div class="tab-content">
  44.                 <!-- page 1 -->
  45.                 <div id="one" class="tab-pane fade active show">
  46.                     <div style="font-size:1em">basic info</div>
  47.                     <hr class="my-1" style="background:#E654A1;opacity:0.25">
  48.                     <div class="justify-content-between">
  49.                         <span style="color:#E654A1">name</span>
  50.                         <span>content</span>
  51.                     </div>
  52.                     <div class="justify-content-between">
  53.                         <span style="color:#E654A1">alias</span>
  54.                         <span>content</span>
  55.                     </div>
  56.                     <div class="justify-content-between">
  57.                         <span style="color:#E654A1">age</span>
  58.                         <span>content</span>
  59.                     </div>
  60.                     <div class="justify-content-between">
  61.                         <span style="color:#E654A1">d.o.b</span>
  62.                         <span>content</span>
  63.                     </div>
  64.                     <div class="justify-content-between">
  65.                         <span style="color:#E654A1">gender</span>
  66.                         <span>content</span>
  67.                     </div>
  68.                     <div class="justify-content-between">
  69.                         <span style="color:#E654A1">orient.</span>
  70.                         <span>content</span>
  71.                     </div>
  72.                 </div>
  73.                 <!-- page 2 -->
  74.                 <div id="two" class="tab-pane fade text-justify">
  75.                     <div style="font-size:1em">backstory</div>
  76.                     <hr class="my-1" style="background:#E654A1;opacity:0.25">
  77.                     <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio. Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros. Duis placerat velit vitae massa sodales, eget mattis nibh pellentesque.</p>
  78.                 </div>
  79.                 <!-- page 3 -->
  80.                 <div id="three" class="tab-pane fade">
  81.                     <div style="font-size:1em">relations</div>
  82.                     <hr class="my-1" style="background:#E654A1;opacity:0.25">
  83.                     <a href="CHAR_LINK" style="color:#E654A1;">name surname</a> <i class="far fa-angle-right"></i> relationship
  84.                    
  85.                     <br><br>
  86.                    
  87.                     <a href="CHAR_LINK" style="color:#E654A1;">name surname</a> <i class="far fa-angle-right"></i> relationship
  88.                    
  89.                     <br><br>
  90.                    
  91.                     <a href="CHAR_LINK" style="color:#E654A1;">name surname</a> <i class="far fa-angle-right"></i> relationship
  92.                     <!-- add more above here -->
  93.                 </div>
  94.             </div>
  95.         </div>
  96.     </div>
  97.    
  98.     <!-- credit // DO NOT REMOVE -->
  99.     <a class="pull-right text-muted tooltipster" href="/cherubix" title="code by cherubix">
  100.         <i class="far fa-heart fa-xs"></i>
  101.     </a>
  102. </div>
Add Comment
Please, Sign In to add comment