Advertisement
snail-legs

30. head in the clouds

Sep 14th, 2022 (edited)
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.92 KB | None | 0 0
  1. <div class="container" style="max-width: 775px;">
  2.   <div class="row no-gutters">
  3.     <div class="col-sm-7 p-1">
  4.       <div class="card h-100 text-center bg-faded">
  5.         <!-- feature image -->
  6.         <div style="background-image: url(https://cdn.discordapp.com/attachments/730913454726316074/1019697520835838072/haha_what_if_I_redesigned_snail_again_alt.png); background-size: cover; min-height: 300px; border-radius: .25rem .25rem 0 0;"></div>
  7.         <!-- username and quick info -->
  8.         <h1 class="mb-1 mt-2 text-primary" style="text-decoration: underline;">username</h1>
  9.         <p class="mb-3">pro/nouns ยท info ยท other info</p>
  10.       </div>
  11.     </div>
  12.     <div class="col-sm-5 p-1">
  13.       <div class="card h-100 text-center p-3 bg-faded" style="min-height: 300px;">
  14.         <div class="my-auto">
  15.           <!-- a short blurb - this box doesn't scroll, it just keeps growing, so best suited for 1-3 short paragraphs-->
  16.           <h3 style="text-decoration: underline;" class="text-primary">about me</h3>
  17.           <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis sollicitudin elit sed tellus blandit viverra sed eget odio </p>
  18.           <p>Donec accumsan tempor lacus, et venenatis elit feugiat non. Duis porta eros et velit blandit dapibus. Curabitur ac finibus eros.</p>
  19.         </div>
  20.         <!-- code credit - you can move/reformat it, but please make sure it's visible -->
  21.         <p style="opacity: 0.4;" class="text-secondary">html by <a href="https://toyhou.se/snail-legs" style="text-decoration: underline;" class="text-secondary">snail-legs</a></p>
  22.       </div>
  23.     </div>
  24.   </div>
  25.   <!-- links - add as many as you'd like, but I'd reccomend anywhere between 3-6 links -->
  26.   <div class="d-flex justify-content-around align-items-center flex-wrap px-5">
  27.     <a href="#">link name</a>
  28.     <a href="#">link name</a>
  29.     <a href="#">link name</a>
  30.     <a href="#">link name</a>
  31.   </div>
  32. </div>
  33.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement