Advertisement
chrislioden

den boxes

Jan 27th, 2023 (edited)
890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.26 KB | None | 0 0
  1. <!-- these boxes can be laid out in any order you'd like on your page, though I recommend not having more than a singular space between them as demonstrated here to keep the spacing in between them as intended -->
  2. <!-- #1 WIDE SCROLLING BOX --><div class="bigBox">TEXT</div>
  3. <!-- #2a SCROLL BOX WITH ONE SMALL BOX --><div class="scrollSection"><div class="scrollBox">TEXT</div></div>
  4. <!-- #2b SCROLL BOX WITH TWO SMALL BOXES --><div class="scrollSection"><div class="scrollBox">TEXT</div><div class="scrollBox">TEXT</div></div>
  5. <!-- #2c SCROLL BOX WITH THREE SMALL BOXES --><div class="scrollSection"><div class="scrollBox">TEXT</div><div class="scrollBox">TEXT</div><div class="scrollBox">TEXT</div></div>
  6. <!-- #3 NON-SCROLLING BOX (UPON REQUEST) --><div class="plainBox">TEXT</div>
  7. <!-- #4 PROFILE TAB (UPON REQUEST) --><div class="profileTab">TEXT</div>
  8. <!-- #5 BIG BOX ON LEFT AND TWO SMALL ON RIGHT (UPON REQUEST) --><div class="scrollSection"><div class="bigBox">TEXT</div><div class="scrollBox">TEXT</div><div class="scrollBox">TEXT</div></div>
  9. <!-- #6 MEDIUM BOX ON TOP LEFT SMALL BOX ON TOP RIGHT AND WIDE BOX BENEATH BOTH (UPON REQUEST) --><div class="scrollSection"><div class="bigBox">TEXT</div><div class="scrollBox">TEXT</div></div><div class="plainBox">TEXT</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement