SparklyLightus

Moodboard

Sep 3rd, 2020 (edited)
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.21 KB | None | 0 0
  1. <!--
  2.     TOU:
  3.     -Don't remove credit/links at the bottom (explanation below)
  4.     -If you make small edits keep the credit (image arrangement, size)
  5.     -Free to use as reference, credit in this case isn't required but appreciated!
  6.     -Use on Toyhou.se only, do not redistribute.
  7.  
  8.     CODE INFO BELOW
  9.     Go to https://toyhou.se/6614375.useful-websites for more resources and https://toyhou.se/2621177.color-references-bs-pkmn- for colors (for changing the faded/dark backgrounds).
  10.     The images are <div>'s, but you can change them into <img src="url">.
  11.     In this template they automatically resize/adjust to 250x250, but if you change to <img>, it won't happen.
  12.     For changing the focus of the image, put the side you want (top, bottom, center, left, right, or pixels in the format 'Xpx Ypx').
  13.    
  14.     Remember, TH requires links to the source of the pictures used, which is why I put links on the bottom. A good website to use for pictures is Unsplash!
  15.  
  16.     -SparklyLightus
  17. -->
  18.  
  19. <div class="card p-2 border-default mx-auto" style="width: 830px;"> <!-- CARD BEGIN -->
  20.     <div class="card-header border-0 text-uppercase text-muted text-center mx-auto"><u><h2>[character]'S MOODBOARD</h2></u></div>
  21.     <!-- bg image/color: optional - remove this line to make it visible
  22.     image: <div style="background-image: url(link); background-size: cover; background-position: center;">
  23.     color: <div style="background: #ffffff;">
  24.     -->
  25.         <!-- ROW 1 -->
  26.         <div class="row no-gutters mx-auto">
  27.             <div class="p-2">
  28.                 <div class="card bg-dark rounded-1 p-1" style="height: 250px; width: 250px;">
  29.                     <div style="background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: center; height: 250px; width: 250px;" class="rounded img-thumbnail"></div>
  30.                 </div>
  31.             </div>
  32.             <div class="p-2">
  33.                 <div class="card bg-dark rounded-1 p-1" style="height: 250px; width: 250px;">
  34.                     <div style="background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: center; height: 250px; width: 250px;" class="rounded img-thumbnail"></div>
  35.                 </div>
  36.             </div>
  37.             <div class="p-2">
  38.                 <div class="card bg-dark rounded-1 p-1" style="height: 250px; width: 250px;">
  39.                     <div style="background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: center; height: 250px; width: 250px;" class="rounded img-thumbnail"></div>
  40.                 </div>
  41.             </div>
  42.         </div> <!-- ROW END -->
  43.         <!-- ROW 2 -->
  44.         <div class="row no-gutters mx-auto">
  45.             <div class="p-2">
  46.                 <div class="card bg-faded rounded-1 p-1" style="height: 250px; width: 250px;">
  47.                     <div style="background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: center; height: 250px; width: 250px;" class="rounded img-thumbnail"></div>
  48.                 </div>
  49.             </div>
  50.             <div class="p-2">
  51.                 <div class="card bg-faded rounded-1 p-1" style="height: 250px; width: 250px;">
  52.                     <div style="background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: center; height: 250px; width: 250px;" class="rounded img-thumbnail"></div>
  53.                 </div>
  54.             </div>
  55.             <div class="p-2">
  56.                 <div class="card bg-faded rounded-1 p-1" style="height: 250px; width: 250px;">
  57.                     <div style="background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: center; height: 250px; width: 250px;" class="rounded img-thumbnail"></div>
  58.                 </div>
  59.             </div>
  60.         </div> <!-- ROW END -->
  61.         <!-- ROW 3 -->
  62.         <div class="row no-gutters mx-auto">
  63.             <div class="p-2">
  64.                 <div class="card bg-dark rounded-1 p-1" style="height: 250px; width: 250px;">
  65.                     <div style="background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: center; height: 250px; width: 250px;" class="rounded img-thumbnail"></div>
  66.                 </div>
  67.             </div>
  68.             <div class="p-2">
  69.                 <div class="card bg-dark rounded-1 p-1" style="height: 250px; width: 250px;">
  70.                     <div style="background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: center; height: 250px; width: 250px;" class="rounded img-thumbnail"></div>
  71.                 </div>
  72.             </div>
  73.             <div class="p-2">
  74.                 <div class="card bg-dark rounded-1 p-1" style="height: 250px; width: 250px;">
  75.                     <div style="background-image: url(https://f2.toyhou.se/file/f2-toyhou-se/users/admin?6?0); background-size: cover; background-position: center; height: 250px; width: 250px;" class="rounded img-thumbnail"></div>
  76.                 </div>
  77.             </div>
  78.         </div> <!-- ROW END -->
  79.         <!-- put any extra rows here -->
  80.     <!-- </div> delete this one if you don't have a bg, keep it if you have (take the <!-- out) -->
  81. </div> <!-- CARD END -->
  82. <div class="text-muted font-italic"> <!-- CREDIT, DON'T MOVE -->
  83.     <p class="text-center">src:
  84.         <a href="link">1</a><a href="link">2</a><a href="link">3</a> |
  85.         <a href="link">4</a><a href="link">5</a><a href="link">6</a> |
  86.         <a href="link">7</a><a href="link">8</a><a href="link">9</a>
  87.     </p>
  88.     <p class="text-right text-monospace"><small><a href="/SparklyLightus">Credit</a></small></p>
  89. </div>
Add Comment
Please, Sign In to add comment