akvma

WDHTML - Rainbow Tabs

Dec 19th, 2020 (edited)
1,077
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.28 KB | None | 0 0
  1. <!-- BOX CODE STARTS HERE -->
  2.                               <!-- ⇓ Change font here. -->
  3. <div class="bx" style="font-family:Calibri;">
  4.                               <!-- ⇓ Place your background image here. -->
  5. <div class="bghack"><img src="https://i.imgur.com/CL8HRAL.jpg" alt=""></div>
  6.                                  <!-- ⇓ Change quote font here. -->
  7. <div class="quot" style="font-family:Arial;font-style:italic;"> cool quote goes here </div>
  8.  
  9. <div class="tbcont"> <!-- Beginning of tabs. -->
  10.  
  11. <div class="tb">              <!-- ⇓ Change tab color here. -->
  12. <div class="hdr" style="background:#BF0C43;"> header title here </div>
  13. <div class="cntnt">
  14. <!-- Beginning of tab content. -->
  15. <p>This is a paragraph. Feel free to add more content. Remember to wrap chunks of text in paragraphs.</p>
  16. <!-- End of tab content. -->
  17. </div></div>
  18.  
  19. <div class="tb">              <!-- ⇓ Change tab color here. -->
  20. <div class="hdr" style="background:#F9BA15;"> header title here </div>
  21. <div class="cntnt">
  22. <!-- Beginning of tab content. -->
  23. <p>This is a paragraph. Feel free to add more content. Remember to wrap chunks of text in paragraphs.</p>
  24. <!-- End of tab content. -->
  25. </div></div>
  26.  
  27. <div class="tb">              <!-- ⇓ Change tab color here. -->
  28. <div class="hdr" style="background:#8EAC00;"> header title here </div>
  29. <div class="cntnt">
  30. <!-- Beginning of tab content. -->
  31. <p>This is a paragraph. Feel free to add more content. Remember to wrap chunks of text in paragraphs.</p>
  32. <!-- End of tab content. -->
  33. </div></div>
  34.  
  35. <div class="tb">              <!-- ⇓ Change tab color here. -->
  36. <div class="hdr" style="background:#127A97;"> header title here </div>
  37. <div class="cntnt">
  38. <!-- Beginning of tab content. -->
  39. <p>This is a paragraph. Feel free to add more content. Remember to wrap chunks of text in paragraphs.</p>
  40. <!-- End of tab content. -->
  41. </div></div>
  42.  
  43. <div class="tb">              <!-- ⇓ Change tab color here. -->
  44. <div class="hdr" style="background:#452B72;"> header title here </div>
  45. <div class="cntnt">
  46. <!-- Beginning of tab content. -->
  47. <p>This is a paragraph. Feel free to add more content. Remember to wrap chunks of text in paragraphs.</p>
  48. <!-- End of tab content. -->
  49. </div></div>
  50.  
  51. </div> <!-- End of tabs. --> </div>
  52. <!-- BOX CODE ENDS HERE -->
Add Comment
Please, Sign In to add comment