Advertisement
spacialfries

Moodboard Code

Aug 6th, 2019
1,493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.79 KB | None | 0 0
  1. Standard 3x3 Format
  2.  
  3. <div class="col container-fluid card rounded-0" style="background-color: #FFFFFF; border:5px solid #FFFFFF; max-width: 484px;">
  4. <!--change background color to whatever you want by replacing both the #FFFFFF-->
  5.    <div class="row">
  6.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  7.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  8.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  9.    </div>
  10.    <div class="row">
  11.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  12.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  13.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  14.    </div>
  15.    <div class="row">
  16.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  17.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  18.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  19.    </div>
  20.    <p class="text-center" style="color: #787878;"><a href="https://toyhou.se/3169274.moodboard-boxes">template by nightlustrous</a><br>
  21.    <span style="vertical-align: super; font-size: larger;">SOURCES: [
  22.    <a href="source"></a> <a href="source"></a> <a href="source"></a>
  23.    <a href="source"></a> <a href="source"></a> <a href="source"></a>
  24.    <a href="source"></a> <a href="source"></a> <a href="source"></a> ]</span>
  25.    <!--DO NOT REMOVE THE SOURCES. Toyhouse's rules require sourcing of all external images. It's not worth getting in trouble.-->
  26.    </p>
  27. </div>
  28.  
  29. ----------
  30.  
  31. Alternate 2x2 Format
  32.  
  33. <div class="col container-fluid card rounded-0" style="background-color: #FFFFFF; border:5px solid #FFFFFF; max-width: 326px;">
  34. <!--change background color to whatever you want by replacing both the #FFFFFF-->
  35.    <div class="row">
  36.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  37.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  38.    </div>
  39.    <div class="row">
  40.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  41.      <img src="https://via.placeholder.com/150" width="150" height="150" class="m-1">
  42.    </div>
  43.    <p class="text-center" style="color: #787878;"><a href="https://toyhou.se/3169274.moodboard-boxes">template by nightlustrous</a><br>
  44.    <span style="vertical-align: super; font-size: larger;">SOURCES: [
  45.    <a href="source"></a> <a href="source"></a>
  46.    <a href="source"></a> <a href="source"></a> ]</span>
  47.    <!--DO NOT REMOVE THE SOURCES. Toyhouse's rules require sourcing of all external images. It's not worth getting in trouble.-->
  48.    </p>
  49. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement