Camila's Bootstrap exercise answers

  1. This action changes the table size and spacing.
  2. These numbers are the margins
  3. .table th
  4. .table th contains any th element within a Table element
  5. Font-weight: bold;
  6. Now the table has shaded rows, which is useful to guide the reader when reading the table.
  7. Not shaded is #fff and shaded is rgba(0,0,0,.05);
  8. This changes the background of the table header to orange
  9. Text-transform:uppercase
  10. Properties Specified by bootsrap Properties Specified by Chrome
  11. Property name 1: Font Size
    Property name 2: Font-weight
  12. Now the image is alongside the text
  13. float-right {margin-left:100px;}
  14. The following items make changes to how the image is displayed:
  15. body
  16. Now it has a smaller font and its in italics
  17. Now the text is larger and has dotted loines aorund the top margin and the bottom one. It just really stands out from the rest of the text.
  18. Em dash and its CSS code is \2014