Advertisement
ooter

Instagram

Jun 27th, 2018
7,788
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.04 KB | None | 0 0
  1. <!-------------------------
  2.  
  3.    INSTAGRAM by Jayden
  4. Theme inspired by IGs layout!
  5. Please read the notes for help!
  6.  
  7.      COLOR: #907ca5
  8.  
  9.          Enjoy!
  10.  
  11. --------------------------->
  12. <div class="row no-gutters">
  13.     <div class="col-lg-12 p-2">
  14.          <div class="col-lg-6 p-2 bg-faded mx-auto rounded" style="border:1px solid #907ca5;">
  15.         <div class="row no-gutters">
  16.       <div class="col-lg-4 p-2 text-center">
  17. <!-------ICON-------->
  18. <img src="https://i.imgur.com/98ztWDM.png" class="img-thumbnail rounded-circle hidden-sm-down">
  19. <!-------MOBILE ICON-------->
  20. <img src="https://i.imgur.com/98ztWDM.png" class="img-thumbnail rounded-circle w-100 hidden-md-up" style="margin-bottom:-80px;">
  21.  
  22. </div>
  23.  
  24. <!---------------------------------
  25.       PLEASE FILL OUT BOTH
  26.            FOR MOBILE
  27.  
  28.   DONT COPY + PASTE ENTIRE PARTS
  29.           ONLY THE TEXT
  30. ---------------------------------->
  31.  
  32. <!--------NAME BIO-------->
  33. <div class="col-lg-5 p-2 mt-5 text-center">
  34.   <span class="display-2 hidden-sm-down pull-left" style="color:#907ca5;">
  35. <!---symbol + name----->
  36. <i class="fal fa-moon fa-xs"></i> Syndra</span><br>
  37. <!-----bio/quote------>
  38.   <p class="mt-2 table-responsive text-muted hidden-sm-down pull-left text-left">The difference between me and you? <br>I know what I’m doing.</p>
  39.  
  40. <!-------------MOBILE NAME + BIO---------------->
  41.    <span class="display-2 hidden-md-up" style="color:#907ca5;margin-top:-80px;">
  42. <!---symbol + name----->
  43. Syndra</span><br>
  44. <!-----bio/quote------>
  45.   <p class="mt-2 table-responsive text-muted text-center hidden-md-up">The difference between me and you? <br>I know what I’m doing.</p>
  46.  
  47. </div>
  48. <!-------BUTTONS - WILL VANISH ON MOBILE------->
  49. <div class="col-lg-3 p-2 mt-5 pt-4 hidden-sm-down">
  50.   <div class="btn btn-outline-secondary pull-right mx-2"><i class="far fa-ellipsis-h"></i></div><div class="btn btn-outline-secondary pull-right">Follow</div>
  51.   </div>
  52.  
  53.  
  54. </div>
  55. <!--------IMAGES-------->
  56. <!-------------------------
  57.  
  58. to add another image, copy paste this
  59. <img src="IMG_LINK" class="rounded-0 w-100 p-2">
  60. under any of the rows.
  61.  
  62. Make sure to paste above the markers!
  63.  
  64. -------------------------->
  65.  
  66.  <div class="row no-gutters mx-auto">
  67.    
  68.   <div class="col-lg-4">
  69. <!-------LEFT IMGS------->
  70.   <img src="https://i.imgur.com/UYvcSQr.png" class="w-100 p-2">  
  71.   <img src="https://i.imgur.com/Fuxazzw.png" class="w-100 p-2">
  72. <!----paste above---->  
  73.    </div>
  74.   <div class="col-lg-4">
  75. <!-------MID IMGS-------->
  76.   <img src="https://i.imgur.com/ofvke6O.png" class="w-100 p-2">  
  77.   <img src="https://i.imgur.com/03bfrmj.png" class="w-100 p-2">
  78. <!----paste above---->    
  79.   </div>
  80.   <div class="col-lg-4">
  81. <!------RIGHT IMGS------->
  82.   <img src="https://i.imgur.com/hwxYUdR.png" class="w-100 p-2">  
  83.   <img src="https://i.imgur.com/LuDlgwE.png" class="w-100 p-2">  
  84. <!----paste above---->  
  85.   </div>
  86.  
  87.   </div>
  88. <!------------CREDIT------------>
  89.         <a href="/Jayden" class="pull-right mt-3 text-muted" style="font-size:10px;"><i class="fal fa-code"></i></a>
  90. </div>
  91.  
  92.  </div>  </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement