Ellteo

Rounded Space (Variant)

Nov 13th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.31 KB | None | 0 0
  1. <--! Images used from from Unsplash and myself!-->
  2.  
  3. <div class="container-fluid">
  4.    
  5.     <div class="row">
  6.        
  7.         <img style="border-radius:100%; position:absolute; top:40px; left:175px;" src="https://i.imgur.com/7wYFWvQ.png">
  8.        
  9.         <div class="col-6 mx-auto rounded" style="text-align:center;">
  10.            
  11.             <!--If you want to change the background color of the outer box, simply replace the hex color code below.-->
  12.            
  13.             <div class="card" style="height:250px; border-radius:25px; background-color:#BD88C6;">
  14.                
  15.                 <h1 class="display-3 faded p-1" style="color:#FFF; font-style:italic"><i class="fas fa-star-and-crescent"></i> Name | Age | Gender <i class="fas fa-star-and-crescent"></i></h1>
  16.                
  17.                 <!-- To change the color of the text, change the hex color code below. To change the color of the Name/Age/Gender text, change the hex color code #FFF above.-->
  18.                
  19.                 <div class="card bg-none m-3" style="overflow:auto;max-height:100%; color:#F8BBD0; border-radius:25px;">
  20.                
  21.                 <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>
  22.                
  23.                 <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>
  24.                
  25.                 </div>
  26.                
  27.             </div>
  28.            
  29.         </div>
  30.        
  31.     </div>
  32.    
  33. </div>
  34.  
  35.  
  36. <!--CREDIT DO NOT REMOVE-->
  37. <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