Advertisement
akvma

WDHTML - Hexbox

Dec 20th, 2020 (edited)
2,890
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.62 KB | None | 0 0
  1. <!-- BEGINNING OF BOX CODE -->
  2. <div class="cont">
  3.  
  4.                                   <!-- ⇓ Change first box font, border, and background here. -->
  5. <div class="bxx1" style="font:11px Consolas;border:3px double #B6DBEE;background:rgba(255,255,255,0.75)">
  6. <div class="cntnr flp"><div class="cntnrcntnt">
  7.                     <!-- ⇓ Change header font and color here. -->
  8. <h6 style="color:#D89667;font:31px 'Poiret One';"> short title here... </h6>
  9. <!-- Beginning of first box content. -->
  10. <p>This is a paragraph. Feel free to add more content. Remember to wrap chunks of text in paragraphs.</p>
  11. <!-- End of first box content. -->
  12. </div></div></div>
  13.  
  14.                                   <!-- ⇓ Change second box font, border, and background here. -->
  15. <div class="bxx2" style="font:11px Consolas;border:3px double #B6DBEE;background:rgba(255,255,255,0.75)"><div class="cntnr2">
  16.                     <!-- ⇓ Change header font and color here. -->
  17. <h6 style="color:#D89667;font:31px 'Poiret One';"> ...short title here </h6>
  18. <!-- Beginning of second box content. -->
  19. <p>This is a paragraph. Feel free to add more content. Remember to wrap chunks of text in paragraphs.</p>
  20. <!-- End of second box content. -->
  21. </div></div>
  22.  
  23. <div class="hex">
  24.            <!-- ⇓ Change hexagon image here. -->
  25. <img src="https://i.imgur.com/Q1iaBRi.jpg" alt="">
  26.                                   <!-- ⇓ Change caption border, font, font color, and background here. -->
  27. <div class="quot" style="border:1px solid #000;font:11px Consolas;color:#FFFFFF;background:rgba(0,0,0,.75);">
  28. quick caption here
  29. </div>
  30.  
  31. </div></div>
  32. <!-- END OF BOX CODE -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement