Advertisement
iownfish

HTML | User#001

Mar 29th, 2020
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.58 KB | None | 0 0
  1.   <!----------
  2.  
  3.  Please don't remove the credit tag! Code: tobirama @toyhouse
  4.  
  5.  Replace '#46816b' using the ctrl+f replace all feature to change the colour of the social media links.
  6.  
  7. Replace the two instances of 'white' to change the colour of the center background! Unfortunately I can't make it do this automatically to match the theme you are using, but I'm working on it! This is just a hobby so I'm always learning.
  8.  
  9.  Enjoy!
  10.  
  11. ---------->
  12. <div class="container-fluid px-0 py-lg-5 py-0" style="max-width:750px;"><div class="row no-gutters">
  13.    
  14.  
  15.     <!--------- background image (top) ---------->
  16.     <div class="card-block d-block rounded-0 border-top-0" style="background:url(put-url-here) middle center fixed;height:170px;">
  17.                 <br>
  18.             </div>
  19.    
  20.    
  21.     <div class="card-block rounded-0 mt-0" style="background:white;">
  22.                 <div class="row no-gutters">
  23.                     <div class="col-sm-4 hidden-md-down text-center text-muted p-0 mx-auto px-1 py-1" style="margin-top:-20px;font-size:3em;padding-top:1.25rem !important;">
  24.                      
  25.                       <!----------
  26.                      
  27.                      Social media buttons
  28.                      
  29.                      ---------->
  30.                      
  31.                         <a href="DA-LINK" class="btn btn-block btn-outline-secondary p-3" style="border-color:#f0748d;color:#f0748d; display:inline; height:10px; width:10px;">
  32.                         <i class="fab fa-deviantart fa-2x align-middle" style:"height: 2rem;width: 30px;"></i></a>
  33.                          <a href="TWITTER-LINK" class="btn btn-block btn-outline-secondary p-3" style="border-color:#f0748d;color:#f0748d; display:inline;">
  34.                          <i class="fab fa-twitter fa-2x align-middle" style:"height: 2rem;width: 30px;"></i></a>
  35.                         <!----------->
  36.                          <a href="IINSTA-LINK" class="btn btn-block btn-outline-secondary p-3" style="border-color:#f0748d;color:#f0748d; display:inline;">
  37.                         <i class="fab fa-instagram fa-2x align-middle" style:"height: 2rem;width: 30px;"></i></a>
  38.                         <a href="FA-LINK" class="btn btn-block btn-outline-secondary p-3" style="border-color:#f0748d;color:#f0748d; display:inline;">
  39.                         <i class="fas fa-paw fa-2x align-middle" style:"height: 2rem;width: 30px;"></i></a>
  40.                         <a href="TUMBLR-LINK" class="btn btn-block btn-outline-secondary p-3" style="border-color:#f0748d;color:#f0748d; display:inline;">
  41.                         <i class="fab fa-tumblr fa-2x align-middle"></i></a>
  42.                         <a  title="username#0000" class="btn btn-block btn-outline-secondary p-3 tooltipster" style="border-color:#f0748d;color:#f0748d; display:inline;">
  43.                         <i class="fab fa-discord fa-2x align-middle"></i></a>
  44.                         </div>
  45.                        
  46.                     <!----------
  47.                    
  48.                    For best results, use a 250x250 image here
  49.                    
  50.                    ---------->
  51.                    
  52.                     <div class="col-sm-4 col-sm p-0 d-flex">
  53.                         <div class="card rounded-circle d-block mx-auto" style="background-image:url(https://i.imgur.com/Ukse7KZ.gif);margin-top: -50px;height:250px;width:250px;border:3px solid white;">
  54.                             <br>
  55.                         </div>
  56.                     </div>
  57.  
  58.                     <div class="col-sm-4 hidden-md-down text-center text-muted p-0 mx-auto" style="margin-top:-20px;font-size:15px;padding-top:1.25rem !important;">
  59.                        <div class="text-uppercase" style="font-size:18px; color:#f0748d;">NAME</div>
  60.                        
  61.                        
  62.                        <p style="overflow:auto; height:140px;">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Faucibus vitae aliquet nec ullamcorper sit amet risus.</p></div>
  63.                 </div></div>
  64.    
  65.    
  66.    
  67.    
  68.     <!---------- background image (bottom) ---------->
  69.         <div class="card-block d-block rounded-0 border-top-0" style="background:url(put-url-here) middle center fixed;height:50px; margin-top: -50px;">
  70.                 <br>
  71.             </div>
  72.    
  73.    
  74.    
  75.    
  76.     </div>
  77.  <!----
  78. Please don't remove this part! It is my credit :)
  79. ----->
  80. <div class="text-right p-1" style="font-size:10px;">
  81.   <a href="https://toyhou.se/6408102.char-001"><i class="far fa-code text-muted"></i></a>
  82.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement