No Description

card.html 883B

1234567891011121314151617181920212223242526272829
  1. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
  2. <br><br><br>
  3. <div class="row">
  4. <div class="col-sm-offset-1 col-sm-3">
  5. <div class="row">
  6. <div class="col">
  7. <div class="thumbnail">
  8. <div class="caption">
  9. <h4 class="pannel-heading text-center">Tips on Milestones</h4>
  10. <hr>
  11. <ul>
  12. <li>These are the milestones of the students involved in this experience.</li>
  13. <br>
  14. <li>Once your moments have been answered you can track the impact these milestones had on the students' answers, if any.</li>
  15. <br>
  16. <li>You can create new milestones with the plus button.</li>
  17. </ul>
  18. </div>
  19. </div>
  20. </div>
  21. </div>
  22. </div><!--col-sm-4-->
  23. </div><!--row-->