Advertisement
shharqq

div boxes for mintea

Apr 27th, 2019
993
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <div class="box1">
  2. <h2>Header</h2>
  3. TEXT HERE
  4. this is box one
  5. </div>
  6.  
  7. <div class="box2">
  8. <h2>Header</h2>
  9. TEXT HERE
  10. this is box two
  11. </div>
  12.  
  13. <div class="box3">
  14. <h2>Header</h2>
  15. TEXT HERE
  16. this is box 3
  17. </div>
  18.  
  19. <div class="box4">
  20. <h2>Header</h2>
  21. TEXT HERE
  22. this is box 4
  23. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement