Ellteo

Small Spaces

Nov 13th, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.70 KB | None | 0 0
  1. <!--Background image taken from Unsplash!-->
  2.  
  3. <div class="container-fluid">
  4.    
  5.     <div class="row">
  6.        
  7.         <div class="col-4 mx-auto rounded" style="background-attachment: fixed; background-image:url(https://i.imgur.com/bQFq4XG.jpg);background-size:cover;text-align:center;background-repeat:no-repeat;">
  8.            
  9.             <!-- You can change the image to the side by altering the code below.-->
  10.            
  11.                 <img src="IMGHERE" style="position:absolute;left:100%;top:1%;">
  12.            
  13.                 <h1 class="text-muted display-2" style="padding:20px 0px 0px 10px;"><i>Filler Text</i></h1>
  14.            
  15.                     <h1>
  16.                        
  17.                         <!-- Link your socials below! You can change the icons used by going to Font Awesome and finding alternate codes you'd like to use.-->
  18.                
  19.                         <a href="LINK HERE" ><i class="fab fa-twitter"></i></a>
  20.                
  21.                         <a href="LINK HERE"><i class="fab fa-deviantart"></i></a>
  22.                
  23.                         <a href="LINK HERE"><i class="fas fa-paw"></i></a>
  24.            
  25.                     </h1>
  26.            
  27.                 <div class="card bg-transparent" style="max-height:100%;margin:0px 0px 25px">
  28.                    
  29.                     <div class="card-body text-muted" style="max-height:260px; font-size:14px; padding:10px; height:100%; overflow:auto;">
  30.                        
  31.                          <p>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>
  32.                          
  33.                          <p>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>
  34.                      
  35.                      </div>
  36.            
  37.                 </div>
  38.            
  39.         </div>
  40.        
  41.     </div>
  42.    
  43. </div>
  44.  
  45.  
  46. <!--CREDIT DO NOT REMOVE-->
  47. <a href="https://toyhou.se/Ellteo"><i class="fas fa-leaf" style="opacity:0.25"></i></a>
Add Comment
Please, Sign In to add comment