Ryan's Bootstrap exercise answers

  1. Made the box score bigger and covered the entire bottom of the page
  2. decides the placement of the text in relation with the page
  3. .table th
  4. The th element is within the element whose class attribute contains table
  5. font-weight: bold;
  6. alternates background color of the table
  7. .table-striped tbody tr:nth-of-type(odd)
    { background-color:rgba (0,0,0,.05) }
  8. makes the top row orange
  9. text-transform: uppercase;
  10. Properties Specified by Bootstrap:
    font-size margin-bottom
    font-weight line-height
    margin-top Properties specified by Chrome:
    display margin-block-start
    margin-block-end margin-inline-start
    margin-inline-stop
  11. property name 1: font-size
    property name 2:font-weight
  12. put the image on the right side of the page
  13. .float-right {
    margin-left:20px; }
  14. padding
    border border-radius
    max-width
  15. body
  16. italicized the text
  17. made the text slightly larger
  18. the em dash is encoded by UT2014 in unicode