Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. <div class="card bg-faded rounded-0 p-1 mt-md-5 mx-auto" style="max-width:500px;font-size:13px;"><div class="row no-gutters">
  2. <!-- ------------------------------
  3.  
  4. AVATAR
  5. image can be any size, just
  6. make sure the subject is in
  7. the middle
  8.  
  9. ------------------------------- -->
  10. <div class="col-sm-4 p-1">
  11. <div class="card rounded-0 d-block h-100 p-2" style="min-height:150px;
  12.  
  13. background: url(https://i.pinimg.com/originals/47/a7/ee/47a7ee1a4d84f2930fc60ee0d0bc843a.gif) center no-repeat;background-size:cover;">
  14.  
  15. </div></div>
  16. <!-- ------------------------------
  17.  
  18.  
  19. INFO
  20.  
  21.  
  22. ------------------------------- -->
  23. <div class="col-sm-8 p-1">
  24. <div class="card rounded-0 d-block h-100 p-2">
  25. <!-- --------------------------
  26.  
  27. NAME
  28.  
  29. --------------------------- -->
  30. <div class="text-center text-uppercase display-4 text-primary mb-2" style="font-size:18px;letter-spacing:1px;">
  31. HUSH
  32. </div><hr class="my-1">
  33. <!-- --------------------------
  34.  
  35. PROFILE INFO
  36.  
  37. --------------------------- -->
  38. <div class="d-flex justify-content-between">
  39. <span class="text-uppercase text-muted">Age</span>
  40. <span>Adult</span>
  41. </div>
  42.  
  43. <hr class="my-1">
  44.  
  45. <div class="d-flex justify-content-between">
  46. <span class="text-uppercase text-muted">Height</span>
  47. <span>4ft</span>
  48. </div>
  49.  
  50. <hr class="my-1">
  51.  
  52. <div class="d-flex justify-content-between">
  53. <span class="text-uppercase text-muted">Gender</span>
  54. <span>Male</span>
  55. </div>
  56.  
  57. <hr class="my-1">
  58.  
  59. <div class="d-flex justify-content-between">
  60. <span class="text-uppercase text-muted">Species</span>
  61. <span>Moomin</span>
  62. </div>
  63.  
  64. <hr class="my-1">
  65.  
  66. <div class="d-flex justify-content-between">
  67. <span class="text-uppercase text-muted">Designer</span>
  68. <span>@Koipatches</span>
  69. </div>
  70.  
  71. <hr class="my-1">
  72.  
  73. <div class="d-flex justify-content-between">
  74. <span class="text-uppercase text-muted">Worth</span>
  75. <span>$00</span>
  76. </div>
  77.  
  78. </div></div>
  79. <!-- ------------------------------
  80.  
  81.  
  82. MAIN CONTENT
  83.  
  84.  
  85. ------------------------------- -->
  86. <div class="col-12 p-1">
  87. <div class="card rounded-0 d-block h-100 p-2">
  88. <!-- --------------------------
  89.  
  90. ABOUT
  91.  
  92. --------------------------- -->
  93. <div class="p-2 text-center table-responsive text-muted" style="height:150px;">
  94.  
  95. <center>
  96. <br>Tired, quiet and sleeps a lot.</br>
  97. <br>Tail is fluffy with a kink towards the end.</br>
  98. <br>This happened when Mooni saved his life one day from sleep walking off a cliff.</br>
  99. </center>
  100.  
  101. </div>
  102. <!-- --------------------------
  103.  
  104. QUOTE
  105.  
  106. --------------------------- -->
  107. <div class="card bg-faded rounded-0 text-center text-muted p-1" style="font-size:12px;letter-spacing:1px;">
  108. <em><p><a href="https://toyhou.se/vomcodesstuff">HTML by VOM</a></p></em>
  109. </div>
  110. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement