sexycullen

theme 216 html

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