Camila's Bootstrap exercise answers
- This action changes the table size and spacing.
- These numbers are the margins
- .table th
- .table th contains any th element within a Table element
- Font-weight: bold;
- Now the table has shaded rows, which is useful to guide the reader when reading the table.
- Not shaded is #fff and shaded is rgba(0,0,0,.05);
- This changes the background of the table header to orange
- Text-transform:uppercase
- Properties Specified by bootsrap
- Font-size:
- Margin-Bottom:
- Font-weight:
- Line-Height:
- Margin-Top:
- Box-sizing:
Properties Specified by Chrome
- Display
- Margin-block-start
- margin-block-end:
- margin-inline-start:
- margin-inline-end:
- Property name 1: Font Size
Property name 2: Font-weight
- Now the image is alongside the text
- float-right {margin-left:100px;}
- The following items make changes to how the image is displayed:
- padding:
- border:
- Verdical-Align:
- Box-sizing:
- body
- Now it has a smaller font and its in italics
- 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.
- Em dash and its CSS code is \2014