Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- maziekeen's theme 214 - UPDATE TAB HTML PART -->
- <div class="update-container"> <!-- start of the update toggle / do not remove -->
- <div class="update-option"> <!-- copy from here to add a new option -->
- <input type="checkbox" id="update-toggle1" class="update-toggle" />
- <label class="update-title" for="update-toggle1"><a>update list </a></label>
- <div class="update-content"> <!-- content inside the update, edit as you wish using html markup / do not remove -->
- <ul>
- <div class="update-inside-title">inside title</div>
- <li><a href="#">link here</a></li>
- <li>or just a text</li>
- </ul>
- <ul>
- <div class="update-inside-title"><a href="#">another inside title but a link</a></div>
- <li>anything goes here</li>
- <li>it can be a list as it is</li>
- </ul>
- <p>or just a paragraph, anything really. lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.</p>
- <p><strong>bold</strong>. <em>italic</em>. <s>strike</s>.</p>
- </div> <!-- end of content inside the update / do not remove -->
- </div> <!-- end of the option -->
- <div class="update-option"> <!-- copy from here to add a new option -->
- <input type="checkbox" id="update-toggle2" class="update-toggle" />
- <label class="update-title" for="update-toggle2"><a>update list 2 </a></label>
- <div class="update-content"> <!-- content inside the update, edit as you wish using html markup / do not remove -->
- <ul>
- <div class="update-inside-title">inside title</div>
- <li><a href="#">link here</a></li>
- <li>or just a text</li>
- </ul>
- <ul>
- <div class="update-inside-title"><a href="#">another inside title but a link</a></div>
- <li>anything goes here</li>
- <li>it can be a list as it is</li>
- </ul>
- <p>or just a paragraph, anything really. lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh.</p>
- <p><strong>bold</strong>. <em>italic</em>. <s>strike</s>.</p>
- </div> <!-- end of content inside the update / do not remove -->
- </div> <!-- end of the option -->
- </div> <!-- end of the update toggle / do not remove -->
- <!-- maziekeen's theme 214 - UPDATE TAB HTML PART -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement