sexycullen

theme 221 html part

Dec 23rd, 2020 (edited)
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. <!-- maziekeen's theme 221 - UPDATE TAB HTML PART -->
  2.  
  3. <aside class="update"> <!-- START UPDATE ICONS -->
  4. <div class="update-content"> <!-- sart update wrapper // don't touch -->
  5.  
  6. <!-- sart update 1 // copy all between these comments to add a new one -->
  7. <a href="#" class="toggle-link" title="update 1"> <!-- the title="" will appear on the icon hover -->
  8. <i data-feather="clipboard" class="feather update-icon"></i> <!-- the data-feather="" is the icon -->
  9. </a>
  10.  
  11. <div class="toggle-content"> <!-- start update content // it will appear what you write inside here! -->
  12. <strong>use &lt;strong&gt; as a title?</strong>
  13. <ul>
  14. <li>and you can make</li>
  15. <li>lists here too</li>
  16. </ul>
  17. <strong>or just a bold phrase</strong>
  18. <div><em>you can use &lt;div&gt; to create a block instead of a paragraph. it will work better or not, your call </em></div>
  19. <div> lorem ipsum consectetuer mattis porta urna, adipiscing elit. aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, aliquam mattis porta urna mattis porta.</div>
  20. <p><a href="/">or create a link with a paragraph yay</a></p>
  21. <strong>a list of links too</strong>
  22. <ul>
  23. <li><a href="/">link 1</a></li>
  24. <li><a href="/">link 2</a></li>
  25. </ul>
  26. </div> <!-- end update content // it will appear what you write inside here! -->
  27. <!-- end update 1 // copy all between these comments to add a new one -->
  28.  
  29.  
  30.  
  31. <!-- sart update 2 // copy all between these comments to add a new one -->
  32. <a href="#" class="toggle-link" title="update 2"> <!-- the title="" will appear on the icon hover -->
  33. <i data-feather="info" class="feather update-icon"></i> <!-- the data-feather="" is the icon -->
  34. </a>
  35.  
  36. <div class="toggle-content"> <!-- start update content // it will appear what you write inside here! -->
  37. <div>whatever you <strong>wanna</strong></div>
  38. <ul>
  39. <li>just add what you need</li>
  40. <li>anything HTML related you can do it</li>
  41. </ul>
  42. </div> <!-- end update content // it will appear what you write inside here! -->
  43. <!-- end update 2 // copy all between these comments to add a new one -->
  44.  
  45.  
  46.  
  47. <!-- if you want redirect links or "buttons" // each <a> is a link/button -->
  48. <a title ="this is a link" href="/add link here" target="_blank" class="toggle-link-button"> <!-- the title="" will appear on the icon hover -->
  49. <i data-feather="link" class="feather update-icon"></i> <!-- the data-feather="" is the icon -->
  50. </a>
  51.  
  52. <a title ="it will open on a new tab" href="/add link here" target="_blank" class="toggle-link-button"> <!-- the title="" will appear on the icon hover -->
  53. <i data-feather="coffee" class="feather update-icon"></i> <!-- the data-feather="" is the icon -->
  54. </a>
  55.  
  56. </div> <!-- end update wrapper // don't touch -->
  57. </aside> <!-- END UPDATE ICONS -->
  58.  
  59. <!-- maziekeen's theme 221 - UPDATE TAB HTML PART -->
Add Comment
Please, Sign In to add comment