SparklyLightus

Moodboard Revisited

Sep 21st, 2020 (edited)
854
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.98 KB | None | 0 0
  1. <!--
  2.     TOU:
  3.     -Don't remove credit/links at the bottom (explanation below)
  4.     -Frankensteining is okay, as long as the other creator allows it. It'd be nice if you credit both creators visibly.
  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.     CODE INFO BELOW
  8.     -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).
  9.     !!-The images are <div>'s, but you can change them into <img src="url">.
  10.     -In this template they automatically resize/adjust to 250x250, but if you change to <img>, it won't happen.!!
  11.     -For changing the focus of the image, put the side you want (top, bottom, center, left, right, or pixels in the format 'Xpx Ypx').
  12.     -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!
  13.  
  14.     -placeholder image URL is //via.placeholder.com/200x200 - press ctrl+F to find all placeholders!
  15.     -SparklyCodes
  16. -->
  17. <div class="justify-content-center m-1">
  18.     <div class="mx-auto card rounded-0 border-0 bg-faded p-2">
  19.         <!-- NAME -->
  20.         <div class="card-header rounded-0 border-0 bg-faded justify-content-center text-primary">
  21.             <h2 style="text-shadow: #A3A3A3 3px 3px 4px;">
  22.                 NAME
  23.             </h2>
  24.         </div>
  25.         <!-- IMAGES BELOW -->
  26.         <div class="card rounded-0 border-0 p-1">
  27.             <!-- ROW 1 -->
  28.             <div class="row no-gutters mx-auto">
  29.                 <!-- IMG 1 -->
  30.                 <div class="col-md m-1 justify-content-center">
  31.                     <div class="card bg-dark rounded-0 border-0 p-1">
  32.                         <div style="background-image: url(//via.placeholder.com/200x200); background-size: cover; background-position: center; height: 200px; width: 200px;" class="img-thumbnail rounded-0 border-0"></div>
  33.                     </div>
  34.                 </div>
  35.                 <!-- IMG 2 -->
  36.                 <div class="col-md m-1 justify-content-center">
  37.                     <div class="card bg-dark rounded-0 border-0 p-1">
  38.                         <div style="background-image: url(//via.placeholder.com/200x200); background-size: cover; background-position: center; height: 200px; width: 200px;" class="img-thumbnail rounded-0 border-0"></div>
  39.                     </div>
  40.                 </div>
  41.                 <!-- IMG 3 -->
  42.                 <div class="col-md m-1 justify-content-center">
  43.                     <div class="card bg-dark rounded-0 border-0 p-1">
  44.                         <div style="background-image: url(//via.placeholder.com/200x200); background-size: cover; background-position: right; height: 200px; width: 200px;" class="img-thumbnail rounded-0 border-0"></div>
  45.                     </div>
  46.                 </div>
  47.             </div> <!-- END ROW 1 -->
  48.             <!-- ROW 2 -->
  49.             <div class="row no-gutters mx-auto">
  50.                 <!-- IMG 4 -->
  51.                 <div class="col-md m-1 justify-content-center">
  52.                     <div class="card bg-secondary rounded-0 border-0 p-1">
  53.                         <div style="background-image: url(//via.placeholder.com/200x200); background-size: cover; background-position: center; height: 200px; width: 200px;" class="img-thumbnail rounded-0 border-0"></div>
  54.                     </div>
  55.                 </div>
  56.                 <!-- IMG 5 -->
  57.                 <div class="col-md m-1 justify-content-center">
  58.                     <div class="card bg-secondary rounded-0 border-0 p-1">
  59.                         <div style="background-image: url(//via.placeholder.com/200x200); background-size: cover; background-position: center; height: 200px; width: 200px;" class="img-thumbnail rounded-0 border-0"></div>
  60.                     </div>
  61.                 </div>
  62.                 <!-- IMG 6 -->
  63.                 <div class="col-md m-1 justify-content-center">
  64.                     <div class="card bg-secondary rounded-0 border-0 p-1">
  65.                         <div style="background-image: url(//via.placeholder.com/200x200); background-size: cover; background-position: center; height: 200px; width: 200px;" class="img-thumbnail rounded-0 border-0"></div>
  66.                     </div>
  67.                 </div>
  68.             </div> <!-- END ROW 2 -->
  69.             <!-- ROW 3 -->
  70.             <div class="row no-gutters mx-auto">
  71.                 <!-- IMG 7 -->
  72.                 <div class="col-md m-1 justify-content-center">
  73.                     <div class="card bg-dark rounded-0 border-0 p-1">
  74.                         <div style="background-image: url(//via.placeholder.com/200x200); background-size: cover; background-position: center; height: 200px; width: 200px;" class="img-thumbnail rounded-0 border-0"></div>
  75.                     </div>
  76.                 </div>
  77.                 <!-- IMG 8 -->
  78.                 <div class="col-md m-1 justify-content-center">
  79.                     <div class="card bg-dark rounded-0 border-0 p-1">
  80.                         <div style="background-image: url(//via.placeholder.com/200x200); background-size: cover; background-position: right; height: 200px; width: 200px;" class="img-thumbnail rounded-0 border-0"></div>
  81.                     </div>
  82.                 </div>
  83.                 <!-- IMG 9 -->
  84.                 <div class="col-md m-1 justify-content-center">
  85.                     <div class="card bg-dark rounded-0 border-0 p-1">
  86.                         <div style="background-image: url(//via.placeholder.com/200x200); background-size: cover; background-position: center; height: 200px; width: 200px;" class="img-thumbnail rounded-0 border-0"></div>
  87.                     </div>
  88.                 </div>
  89.             </div> <!-- END ROW 3 -->
  90.            
  91.             <!-- PUT MORE ROWS HERE IF YOU WANT TO -->
  92.         </div> <!-- END IMG BOX - STOP HERE -->
  93.     </div>
  94. </div>
  95. <div class="text-muted font-italic text-center">
  96.     <p>
  97.     <a href="LINK">1</a><a href="LINK">2</a><a href="LINK">3</a> |
  98.     <a href="LINK">4</a><a href="LINK">5</a><a href="LINK">6</a> |
  99.     <a href="LINK">7</a><a href="LINK">8</a><a href="LINK">9</a>
  100.     </p>
  101.     <p><a data-toggle="tooltip" title="SparklyCodes" href="/SparklyCodes"><i class="far fa-code"></i></a></p>
  102. </div>
Add Comment
Please, Sign In to add comment