Ellteo

Floral Sections Revamped

Sep 7th, 2020 (edited)
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.17 KB | None | 0 0
  1. <div class="container-fluid">
  2.  
  3.   <div class="row">
  4.  
  5.     <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 col-xl-8 mx-auto">
  6.            
  7.             <!-- Replace the imgur link below with whatever image url you want your background to be.-->
  8.            
  9.             <div style="background-attachment:fixed; background-image:url(https://i.imgur.com/nBZb46Y.jpg); background-size: cover; height:100%; border-radius:25px;">
  10.            
  11.                 <p class="text-justify m-5">
  12.                    
  13.                     <!--To change the font color of the header and subheader, switch out the hex code #FFFFFF with another hex code, or simplty name a generic color!-->
  14.                    
  15.                     <h1 class="display-3 text-center p-3" style="color:#FFFFFF;"><b>Header Text Here</b></h1>
  16.                    
  17.                     <!--To change the image, simply replace the toyhouse image url with one of your choosing. Square images work best.-->
  18.                    
  19.                     <img src="https://f2.toyhou.se/file/f2-toyhou-se/images/25192512_iCs2pwbJ4REejja.png" style="max-height:200px;border-radius:700px; display:block; margin-left:auto; margin-right:auto;">
  20.                    
  21.                     <h1 class="display-4 text-center p-2" style="color:#FFFFFF;">Name | Age | Etc</h1>
  22.                
  23.                 <div class="card mx-auto w-50 p-4" style="border-radius:25px; overflow:auto;">
  24.                    
  25.         <ul class="nav nav-tabs mx-auto m-2">
  26.            
  27.             <li class="nav-item">
  28.                
  29.                 <a class="nav-link active text-primary bg-faded" style="font-size:1.5vw;" data-toggle="tab" href="#ABOUT">About</a>
  30.                
  31.             </li>
  32.            
  33.             <li class="nav-item">
  34.                
  35.                 <a class="nav-link text-primary bg-faded" style="font-size:1.5vw;" data-toggle="tab" href="#LINKS">Links</a>
  36.                
  37.             </li>
  38.        
  39.             <li class="nav-item tabs">
  40.                
  41.                 <a class="nav-link text-primary bg-faded" style="font-size:1.5vw;" data-toggle="tab" href="#FRIENDS">Friends</a>
  42.                
  43.             </li>
  44.            
  45.         </ul>
  46.        
  47.         <div class="tab-content">
  48.        
  49.         <div class="tab-pane container active" id="ABOUT">
  50.                    
  51.                 <p class="text-center" align="center">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>
  52.                
  53.                 <p class="text-center" align="center">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>
  54.         </div>
  55.        
  56.         <div class="tab-pane container fade" id="LINKS">
  57.            
  58.              <table class="table-striped" style="width:100%;">
  59.                
  60.                 <tbody>
  61.                 <tr>
  62.                     <td><i class="fab fa-discord"></i> Discord: #Numbers+Name</td>
  63.                </tr>
  64.                
  65.                <tr>
  66.                    <td><i class="fab fa-twitter"></i> Twitter:
  67.                    
  68.                    <a href="LINK HERE">Twitter Name</a>
  69.                    
  70.                    </td>
  71.                </tr>
  72.                
  73.                <tr>
  74.                    <td><i class="fab fa-deviantart"></i> Deviantart:
  75.                    
  76.                    <a href="LINK HERE">Deviantart Name</a>
  77.                    
  78.                    </td>
  79.            
  80.                </tr>
  81.                <tr>
  82.                    <td><i class="fas fa-paw"></i> Furaffinity:
  83.                    
  84.                    <a href="LINK HERE">Furaffinity Name</a>
  85.                    
  86.                    </td>
  87.                </tr>
  88.                </tbody>
  89.            </table>
  90.            
  91.         </div>
  92.        
  93.         <div class="tab-pane container fade" id="FRIENDS">
  94.            
  95.              <p class="text-center" align="center"><b>Here you can list your friends by using their @/username. You can use a < br > (without spaces) to create line breaks for each username.</b>
  96.              <br>
  97.              @Ellteo
  98.              <br>
  99.              @Iottea
  100.              <br>
  101.              @/Username
  102.              
  103.              </p>
  104.        
  105.         </div>
  106.        
  107.                 </div>
  108.                
  109.             </div>
  110.        
  111.     </div>
  112.    
  113.  </div>
  114.  
  115. </div>
  116.  
  117. <br>
  118.  
  119. <!--CREDIT DO NOT REMOVE-->
  120.  
  121. <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