Possibbly

Featured Characters

Oct 31st, 2022
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.04 KB | None | 0 0
  1.  
  2. <div class="container bg-dark" style="max-width:700px; padding-top:30px; padding-bottom:30px; border-radius:30px;">
  3.  
  4.  
  5. <div style="position:absolute;top:0; height:100%;width:700px;
  6.    background-image: url(IMG_URL);
  7.    
  8.    background-size:cover; background-position:right; background-repeat:no-repeat;"></div>
  9.  
  10.  
  11.  
  12. <div class="container">
  13.                 <div class="card border-0 text-center col-lg-3 col-md-sm-4 mx-auto" style="font-weight:700;font-variant:small-caps;">
  14.                
  15.                 <h2 style="font-weight:900" class="pt-1">Featured</h2>
  16.                
  17.             </div>
  18.    
  19.     <div class="row no-gutter justify-content-center">
  20.        
  21.        
  22.         <div class="mx-3 mt-3">
  23.             <img src="IMG_URL" style="height:150px; width:150px; border-radius:100px" class="card border-0">
  24.             <div class="card border-0 mt-3 text-center" style="font-weight:700;font-variant:small-caps;">
  25.                
  26.                 <a href="LINK" class="text-info">Name</a>
  27.                
  28.             </div>
  29.         </div>
  30.        
  31.         <div class="mx-3 mt-3">
  32.             <img src="IMG_URL" style="height:150px; width:150px; border-radius:100px" class="card border-0">
  33.             <div class="card border-0 mt-3 text-center" style="font-weight:700;font-variant:small-caps;">
  34.                
  35.                 <a href="LINK" class="text-info">Name</a>
  36.                
  37.             </div>
  38.         </div>
  39.        
  40.        
  41.         <div class="mx-3 mt-3">
  42.             <img src="IMG_URL" style="height:150px; width:150px; border-radius:100px" class="card border-0">
  43.             <div class="card border-0 mt-3 text-center" style="font-weight:700;font-variant:small-caps;">
  44.                
  45.                 <a href="LINK" class="text-info">Name</a>
  46.                
  47.             </div>
  48.         </div>
  49.        
  50.        
  51.        
  52.     </div>
  53.    
  54.    
  55.    
  56.    
  57.    
  58. </div>
  59.  
  60.  
  61. </div>
  62.  
  63. <div class="container col-4 pull-right">
  64.     <a href="https://toyhou.se/Strixxus"><i class="fa fa-code"></i></a>
  65. </div>
  66.  
Add Comment
Please, Sign In to add comment