Guest User

Untitled

a guest
Feb 17th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. <div class="accordion">
  2. <div class="accordionBlock">
  3. <input type="radio" name="accordionTitle" id="accordionTitle1" checked="">
  4. <label for="accordionTitle1">Title goes here</label>
  5. <div class="accordionContent">
  6. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
  7. industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type
  8. and scrambled it to make a type specimen book.
  9. </div>
  10. </div>
  11. <div class="accordionBlock">
  12. <input type="radio" name="accordionTitle" id="accordionTitle2">
  13. <label for="accordionTitle2">Title goes here</label>
  14. <div class="accordionContent">
  15. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
  16. industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type
  17. and scrambled it to make a type specimen book.
  18. </div>
  19. </div>
  20. <div class="accordionBlock">
  21. <input type="radio" name="accordionTitle" id="accordionTitle3">
  22. <label for="accordionTitle3">Title goes here</label>
  23. <div class="accordionContent">
  24. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
  25. industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type
  26. and scrambled it to make a type specimen book.
  27. </div>
  28. </div>
  29. </div>
Add Comment
Please, Sign In to add comment