Guest User

Untitled

a guest
Apr 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <h2>Registration for Shambhava School of Yoga</h2>
  2. <p>
  3. Thank you for choosing the Shambhava School of Yoga. Please complete the entirety of this form to be considered for our teacher
  4. training program.
  5. </p>
  6. <br/>
  7.  
  8. <div class="course">
  9. <h3><?=$course->getCourseDetail()->getName()?> at <?=$course->getSchool()->getName()?></h3>
  10. <p>
  11. <?=$course->getCourseDetail()->getDescription()?>
  12. <p>
  13. <span class="dates">
  14. Date: <?=$course->getStartDate('m/d/Y')?> through <?=$course->getEndDate('m/d/Y')?>
  15. </span>
  16. </div>
  17.  
  18. // This goes in your main.css
  19.  
  20. #course {
  21. padding: 5px;
  22. }
  23. #dates {
  24. font-style: italic;
  25. }
  26. #course p {
  27. padding: 5px 0 5px 0;
  28. }
Add Comment
Please, Sign In to add comment