Advertisement
Guest User

Untitled

a guest
Aug 4th, 2015
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <section class="container">
  2. <div id="card">
  3. <figure>test</figure>
  4. <figure>test2</figure>
  5. </div>
  6.  
  7. <section id="options">
  8. <p><button id="flip" onclick="flip_card(card)">Flip Card</button></p>
  9. </section>
  10.  
  11. </section>
  12.  
  13.  
  14.  
  15. ### CSS ###
  16.  
  17. #card {
  18. margin: 0 auto;
  19. }
  20.  
  21. figure {
  22. margin: 0 auto;
  23. font-size: 14px;
  24.  
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement