Advertisement
StainedJam

network profile - light

Oct 30th, 2020 (edited)
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.14 KB | None | 0 0
  1. <div class="d-flex justify-content-center m-5" style="max-height: 500px; min-height: 500px; color: black;">
  2.     <div style="border-radius: 20px; width: 250px; border: 5px solid black; background: #EAE9D7;"> <!-- to edit "phone case" colour, change 'background: #' // "background: #" to edit phone background-->
  3.         <div class="flex-row">
  4.             <small class="w-25 ml-2">6:66am</small>
  5.             <div class="w-50 rounded-bottom text-center" style="height: 1.2em; background: black; "> <!-- to edit "phone case" colour, change 'background: #'-->
  6.             </div>
  7.             <small class="w-25 mr-2 text-right" style="color: black; font-size: 0.9em"> <i class="fas fa-wifi"></i> <i class="fas fa-battery-three-quarters"></i> <i class="fas fa-bell"></i> </small>
  8.         </div>
  9.        
  10.         <div style="background: url(###); background-size: cover;">
  11.              <div class="flex-row" style="background:rgba(225,225,225,0.5);"><i class="fas fa-chevron-left m-1"></i>
  12.                 <div class="flex-fill text-center text-uppercase">
  13.                     <b>username</b>
  14.                 </div><i class="fas fa-ellipsis-h m-1"></i>
  15.              </div>
  16.              <div class="flex-row">
  17.                 <div class="p-2 w-100 justify-content-center" style="line-height: 15px;">
  18.                     <img src="###"  class="rounded-circle" style="object-fit: cover; width: 150px; height: 150px;" >
  19.                 </div>
  20.              </div>
  21.             <p class="text-center font-italic font-weight-bold" style="background:rgba(225,225,225,0.5);">name . gender . age</p>
  22.         </div>
  23.        
  24.         <div style="overflow-y: auto; max-height: 260px;">
  25.             <div class="justify-content-around">
  26.                                             <!-- the colour below is default theme, but can be edited by changing the background: # -->
  27.                 <a class="btn btn-sm btn-primary flex-fill m-1 font-weight-bold" href="#" role="button" style="background: #;">follow</a> <!-- this can be used as a link to another tab or profile -->
  28.             </div>
  29.            
  30.             <div class="text-center text-break p-1" style="line-height: 1.2">
  31.                 <small>some information about your character here. will expand to your heart's desire</small>
  32.             </div>
  33.            
  34.             <div class="flex-row m-1" style="overflow-x: auto; max-height: 100px;"> <!-- more images can be added for a horizontal scroll. USE SQUARE IMAGES FOR BEST EFFECT-->
  35.                 <img src="###" class="m-1 rounded-circle" style="max-width: 70px; object-fit: cover;">
  36.                 <img src="###" class="m-1 rounded-circle" style="max-width: 70px; object-fit: cover;">
  37.                 <img src="###" class="m-1 rounded-circle" style="max-width: 70px; object-fit: cover;">
  38.                 <!-- add more images by copying code below -->
  39.                 <!-- <img src="###" class="m-1 rounded-circle" style="width: 70px; object-fit: cover;"> -->
  40.             </div>
  41.            
  42.             <div class="w-100" style="max-height: 370px;">
  43.                 <div class="flex-row">
  44.                     <div class="flex-column text-break w-50">
  45.                         <!-- if you want to edit the below fields, visit fontawesome.com to replace the icons. -->
  46.                         <div style="background: #D1D0CA"><i class="fas fa-heart ml-1"></i> orientation </div>
  47.                         <div><i class="fas fa-dove ml-1"></i> race / species</div>
  48.                         <div style="background: #D1D0CA"><i class="fas fa-star ml-1"></i> role</div>
  49.                         <!-- add another field by copying the below code above this line - remember to add a fontawesome icon! -->
  50.                         <!-- <div> content </div> -->
  51.                     </div>
  52.                     <div class="flex-column w-50">
  53.                         <!-- if you want to edit the below fields, visit fontawesome.com to replace the icons. -->
  54.                         <div style="background: #D1D0CA"><i class="fas fa-moon"></i> MBTI / zodiac </div>
  55.                         <div><i class="fas fa-tags"></i> value</div>
  56.                         <div style="background: #D1D0CA"><b><a href="#" style="color: #"><i class="fas fa-music"></i> theme</a></b></div> <!-- to edit link colour, change "color: #" on this line-->
  57.                         <!-- add another field by copying the below code above this line - remember to add a fontawesome icon ! -->
  58.                         <!-- <div> content </div> -->
  59.                     </div>
  60.                 </div>
  61.             </div>
  62.            
  63.             <!-- extra info start -->
  64.             <div class="text-center text-break p-1" style="line-height: 1.2">
  65.                 <small>optional extra content</small>
  66.             </div>
  67.             <!-- extra info end -->
  68.             <!-- if you don't want the extra info, delete between extra start & end -->
  69.            
  70.         </div>
  71.     </div>
  72. </div>
  73.  
  74. <div class="flex-row justify-content-center"><a href="https://toyhou.se/stainedjam/characters/folder:1685088" class="mt-2"><i class="fas fa-lemon p-3 m-1 rounded-circle" style="color: #ffff00; background-color: rgba(0,0,0,0.7);"></i></a>  </div>
  75.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement