Jade-Everstone

Folder/Library Cards (wide)

Mar 21st, 2021 (edited)
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.82 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2.  
  3. <!--Rules:
  4.  
  5. You may
  6. -frankenstein with other codes (as long as the creator of said code allows it)
  7. -edit/change as much as you need (example: making character codes into user codes, vice-versa)
  8.  
  9. You may not
  10. -Redistribute, resell, and/or claim its yours
  11. -Remove credit (you're allowed to move & edit it though, just keep it visible)
  12.  
  13. Misc Notes:
  14. -When editing, remember to turn WYSIWYG off! My codes may break otherwise
  15. -Some basic html knowledge is recommended for editing
  16.  
  17. -->
  18.  
  19. <div class="container" style="max-width:950px;">
  20.    
  21.  
  22.     <!--Card-->
  23.            
  24.     <div class="card bg-faded rounded-0 border-0 mt-4" style="
  25.        margin-left:auto;
  26.        margin-right:auto;">
  27.        
  28.        
  29.         <!--header-->
  30.        
  31.         <a href="#">
  32.             <h3 class="card-header border-0" style="border-radius:0px">
  33.                 Title <i class='fas fa-pen-alt' style="float:right"></i>
  34.             </h3>
  35.         </a>
  36.        
  37.         <!--end header-->
  38.        
  39.        
  40.         <div class="row no-gutters">
  41.            
  42.             <!--image-->
  43.            
  44.             <div class="col-sm-12 col-md-4 col-lg-3">
  45.                 <div class="card rounded-0 border-0" style="
  46.                    height:180px;
  47.                    background-image:url(https://images.unsplash.com/photo-1539001450225-ccbfe415549c?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80);
  48.                    background-position:center;
  49.                    background-size:600px;
  50.                    background-repeat:no-repeat">
  51.                    
  52.                     <!--image credit-->
  53.                    
  54.                     <a href="https://unsplash.com/photos/OWk9rDaakJ0" class="text-white" style="position:absolute; bottom:3px; left:5px;" data-toggle="tooltip" title="img - blancneige"><i class="fas fa-image"></i> </a>
  55.                    
  56.                 </div>
  57.             </div>
  58.            
  59.             <!--end image-->
  60.            
  61.            
  62.             <!--info-->
  63.            
  64.             <div class="col-sm-12 col-md-8 col-lg-9">
  65.                 <div class="card-body p-3 table-responsive" style="max-height:180px">
  66.                     <p>If you have a lot of info, this box will scroll!</p>
  67.                    
  68.                     <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam suscipit fringilla dapibus. Sed et porta diam. Curabitur ornare libero auctor tortor dapibus, sed commodo risus viverra. Donec mollis sem non eros pellentesque ullamcorper. Mauris metus est, accumsan nec leo sit amet, tempus egestas dolor. Praesent imperdiet, tellus a hendrerit dapibus, velit elit gravida turpis, vel auctor ligula turpis vel orci. Maecenas elit metus, lacinia eget pharetra a, eleifend in lorem. </p>
  69.                 </div>
  70.             </div>
  71.            
  72.             <!--end info-->
  73.        
  74.        
  75.         <!--footer / tag section
  76.                
  77.        if you don't need/want this, delete this section-->    
  78.            
  79.         </div>
  80.        
  81.         <div class="card-footer border-0" style="border-radius:0px;text-align:center">
  82.            
  83.             <span class="badge badge-pill badge-danger">CW or Rating</span>
  84.             <span class="badge badge-pill badge-primary">Genre Tag</span>
  85.             <span class="badge badge-pill badge-primary">Story tag</span>
  86.             <span class="badge badge-pill badge-primary">TBH these can be whatever you want</span>
  87.            
  88.         </div>
  89.        
  90.         <!--end footer/tag section-->
  91.        
  92.        
  93.     </div>
  94.    
  95.     <!--end card-->
  96.    
  97.    
  98.     <!--Credit. You may move it, but please do not delete/remove-->
  99.  
  100.     <p style="text-align:right">HTML by <a href="https://toyhou.se/10126066"><i class='fad fa-heart'></i> Jade-Everstone</a></p>
  101.  
  102.  
  103. </div>
Add Comment
Please, Sign In to add comment