Advertisement
rikatoola

F2U ✦ entangled | CC

Aug 17th, 2021 (edited)
1,325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.24 KB | None | 0 0
  1. <!--------------------- COLOR CODES
  2.  
  3. TIP: Use CTRL + F to quickly find colors, and replace them!
  4.  
  5. MAIN BOX: #5e7a66
  6. SECONDARY BOX: #83a68d
  7.  
  8. MAIN FONT COLOR: #233b2a;
  9. SECONDARY FONT COLOR: #34523d
  10.  
  11. ----------------------------------->
  12.  
  13. <div class="container my-5 mx-auto" style="width: 600px;">
  14.  
  15. <div class="row no-gutters">
  16.     <div class="col-lg-4">
  17.        
  18.         <!--- image --->
  19.        
  20.         <div class="h-100" style="border-radius: 3px; background-size: cover; position: center; background-image: url('#');"></div>
  21.     </div>
  22.    
  23.     <div class="col-lg-8">
  24.         <div class="card p-3 m-2 text-warning border-0" style="background-color: transparent;">
  25.         <div class="card p-2 mb-2 text-warning" style="background-color: #5e7a66;">
  26.            
  27.             <!--- info --->
  28.            
  29.             <div class="row no-gutters">
  30.                 <div class="col-lg-4">
  31.                     <p class="p-1 text-left" style="color: #233b2a; font-size: 17px;">
  32.                         NAME
  33.                     </p>
  34.                 </div>
  35.                
  36.                 <div class="col-lg-8">
  37.                     <p class="p-1 text-right" style="color: #233b2a; font-size: 17px; opacity: 0.7;">
  38.                         PRO / NOUNS • AGE
  39.                     </p>
  40.                 </div>
  41.             </div>
  42.            
  43.             <!--- about --->
  44.            
  45.             <div class="card text-warning" style="background-color: #83a68d;">
  46.                 <div class="card p-1 text-warning bg-faded border-0" style="background-color: transparent; overflow-y: scroll; height: 45px;">
  47.                     <p class="text-center" style="color: #34523d; font-size: 12px;">
  48.                     Put whatever you want here, it scrolls! Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
  49.                     </p>
  50.                 </div>
  51.             </div>
  52.            
  53.             <!--- art status --->
  54.            
  55.             <div class="row no-gutters">
  56.                 <div class="col-lg-5">
  57.                     <p class="p-2 text-center" style="color: #233b2a; font-size: 12px;">
  58.                         <a href="#" class="text-warning"><i class="fa fa-pencil fa-fw tooltipster" style="color: #34523d;" title="commissions • open" data-original-title="commissions • open"></i></a>
  59.                        
  60.                         COMMISSIONS
  61.                     </p>
  62.                 </div>
  63.                
  64.                 <div class="col-lg-3">
  65.                     <p class="p-2 text-center" style="color: #233b2a; font-size: 12px;">
  66.                         <a href="#" class="text-warning"><i class="fa fa-arrow-right-arrow-left fa-fw tooltipster" style="color: #34523d;" title="trades • open" data-original-title="trades • open"></i></a>
  67.                        
  68.                         TRADES
  69.                     </p>
  70.                 </div>
  71.                
  72.                 <div class="col-lg-4">
  73.                     <p class="p-2 text-center" style="color: #233b2a; font-size: 12px;">
  74.                         <i class="fa fa-gift fa-fw tooltipster" style="color: #34523d;" title="requests • closed" data-original-title="requests • closed"></i>
  75.                        
  76.                         REQUESTS
  77.                     </p>
  78.                 </div>
  79.             </div>
  80.         </div>
  81.        
  82.         <!--- links --->
  83.        
  84.         <div class="card p-2" style="background-color: #5e7a66;">
  85.             <p class="p-1 text-center" style="color: #34523d; font-size: 17px;">
  86.             <a href="#" class="m-2"><i class="fa fa-user fa-fw tooltipster" style="color: #34523d;" title="about" data-original-title="about"></i></a>
  87.            
  88.             <a href="#" class="m-2"><i class="fa-brands fa-twitter fa-fw tooltipster" style="color: #34523d;" title="twitter" data-original-title="twitter"></i></a>
  89.            
  90.             <a href="#" class="m-2"><i class="fa-brands fa-instagram fa-fw tooltipster" style="color: #34523d;" title="instagram" data-original-title="instagram"></i></a>
  91.            
  92.             <a href="#" class="m-2"><i class="fa-brands fa-deviantart fa-fw tooltipster" style="color: #34523d;" title="deviantart" data-original-title="deviantart"></i></a>
  93.            
  94.             <a href="#" class="m-2"><i class="fa-brands fa-youtube fa-fw tooltipster" style="color: #34523d;" title="youtube" data-original-title="youtube"></i></a>
  95.            
  96.             <i class="fa-brands fa-discord fa-fw tooltipster m-2" title="user#0000" data-original-title="user#0000"></i>
  97.            
  98.             <!--- DO NOT REMOVE --->
  99.            
  100.             <a href="https://toyhou.se/bumblebree/characters" class="m-2"><i class="fa fa-code fa-fw tooltipster" title="code by honeybree" style="color: #34523d;" data-original-title="code by honeybree"></i></a>
  101.             </p>
  102.         </div>
  103.        
  104.         </div>
  105.     </div>
  106. </div>
  107.  
  108. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement