Advertisement
spacialfries

Palette Snippet

Jan 6th, 2024
1,311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <div class="container row mx-auto" style="height:50px">
  2.      <div class="col" style="background: #000000"></div>
  3.      <div class="col" style="background: #222222"></div>
  4.      <div class="col" style="background: #444444"></div>
  5.      <div class="col" style="background: #666666"></div>
  6.      <div class="col" style="background: #888888"></div>
  7.      <!--You can copy/paste the divs above if you want more spaces in your palette!-->
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement