Advertisement
snail-legs

simple profile code alt

May 9th, 2021
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <div class="card card-default card-block" style="width: 80%; margin: auto;">
  2.     <div class="col-12">
  3.         <div style="text-align: center; line-height: 10px;">
  4.             <h1 class="text-primary">username</h1>
  5.             <p class="text-secondary">pronouns | age | other info | other info</p>
  6.         </div>
  7.        
  8.         <p class="card-block">Profile content goes here!!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.</p>
  9.        
  10.     </div>
  11.    
  12.     <div class="row" style="width: 80%; margin: auto; text-align: center">
  13.         <div class="col-6">
  14.             <ul class="card-block list-group list-group-flush">
  15.                 <li class="list-group-item">
  16.                     <a href="#" class="col">link</a>
  17.                     <a href="#" class="col">link</a>
  18.                     <a href="#" class="col">link</a>
  19.                 </li>
  20.                
  21.                 <li class="list-group-item">
  22.                     <a href="#" class="col">link</a>
  23.                     <a href="#" class="col">link</a>
  24.                     <a href="#" class="col">link</a>
  25.                 </li>
  26.                
  27.             </ul>
  28.         </div>
  29.         <div class="col-6">
  30.             <div class="card-block">
  31.                 <a href="#" class="btn btn-primary" style="width:100%; margin: 5px;"><i class="fas fa-star"></i> link to folder</a>
  32.                 <a href="#" class="btn btn-primary" style="width:100%; margin: 5px;"><i class="fas fa-star"></i> link to folder</a>
  33.             </div>
  34.         </div>
  35.        
  36.     </div>
  37. </div>
  38.  
  39. <div class="card-block" style="width: 80%; margin: auto;">
  40.     <!-- this is the code credit! feel free to move or re-style it, but please keep it in here somewhere -->
  41.     <p style="text-align: right; line-height: 0px;">profile code by [<a href="https://toyhou.se/snail-legs">snail-legs</a>]</p>
  42. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement