Expanable Panel


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div class="panel expandable">
  2. <h2><span></span></h2>
  3.  
  4. <div class="preview">
  5. <p>Preview</p>
  6. </div>
  7.  
  8. <div class="detail">
  9. <p>Detail</p>
  10. </div>
  11. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.