You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
442 B

  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <div class="row">
  5. <div class="card">
  6. <h2>Hi, this is the card1</h2>
  7. <p>This card contains this content.
  8. Maybe we can try to do a list:</p>
  9. <ul>
  10. <li>Here is the first element</li>
  11. <li>Here the second</li>
  12. <li>Oh just the third</li>
  13. <li>etc</li>
  14. </ul>
  15. </div>
  16. <div class="card">
  17. <h2>Hi, this is the card2</h2>
  18. <p>This card contains this content.</p>
  19. <p>bla bla bla</p>
  20. </div>
  21. </div>
  22. </body>
  23. </html>