Advertisement
sexycullen

theme 214 html part

Jul 31st, 2020 (edited)
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. <!-- maziekeen's theme 214 - UPDATE TAB HTML PART -->
  2.  
  3. <div class="update-container"> <!-- start of the update toggle / do not remove -->
  4.  
  5. <div class="update-option"> <!-- copy from here to add a new option -->
  6. <input type="checkbox" id="update-toggle1" class="update-toggle" />
  7. <label class="update-title" for="update-toggle1"><a>update list  </a></label>
  8. <div class="update-content"> <!-- content inside the update, edit as you wish using html markup / do not remove -->
  9. <ul>
  10. <div class="update-inside-title">inside title</div>
  11. <li><a href="#">link here</a></li>
  12. <li>or just a text</li>
  13. </ul>
  14. <ul>
  15. <div class="update-inside-title"><a href="#">another inside title but a link</a></div>
  16. <li>anything goes here</li>
  17. <li>it can be a list as it is</li>
  18. </ul>
  19. <p>or just a paragraph, anything really. lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.</p>
  20. <p><strong>bold</strong>. <em>italic</em>. <s>strike</s>.</p>
  21. </div> <!-- end of content inside the update / do not remove -->
  22. </div> <!-- end of the option -->
  23.  
  24. <div class="update-option"> <!-- copy from here to add a new option -->
  25. <input type="checkbox" id="update-toggle2" class="update-toggle" />
  26. <label class="update-title" for="update-toggle2"><a>update list 2  </a></label>
  27. <div class="update-content"> <!-- content inside the update, edit as you wish using html markup / do not remove -->
  28. <ul>
  29. <div class="update-inside-title">inside title</div>
  30. <li><a href="#">link here</a></li>
  31. <li>or just a text</li>
  32. </ul>
  33. <ul>
  34. <div class="update-inside-title"><a href="#">another inside title but a link</a></div>
  35. <li>anything goes here</li>
  36. <li>it can be a list as it is</li>
  37. </ul>
  38. <p>or just a paragraph, anything really. lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.</p>
  39. <p><strong>bold</strong>. <em>italic</em>. <s>strike</s>.</p>
  40. </div> <!-- end of content inside the update / do not remove -->
  41. </div> <!-- end of the option -->
  42.  
  43. </div> <!-- end of the update toggle / do not remove -->
  44.  
  45. <!-- maziekeen's theme 214 - UPDATE TAB HTML PART -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement