Advertisement
kalovski

Untitled

Feb 3rd, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <div class="css-only-accordion">
  2.  
  3. <!-- One Tab Inside The Accordion -->
  4. <div>
  5. <input type="checkbox" name="tab-1" id="tab-1">
  6. <label for="tab-1">Title of Tab 1</label>
  7.  
  8. <div class="tab-content">
  9. <h2>Content Title (don't use h1 tag here)</h2>
  10. <p>Some content.... </p>p>
  11. </div>
  12.  
  13. </div>
  14.  
  15. <!-- Other Tabs with The Same Structure -->
  16.  
  17. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement