Ryan's Bootstrap exercise answers
- Made the box score bigger and covered the entire bottom of the page
- decides the placement of the text in relation with the page
- .table th
- The th element is within the element whose class attribute contains table
- font-weight: bold;
- alternates background color of the table
- .table-striped tbody tr:nth-of-type(odd)
{ background-color:rgba (0,0,0,.05) }
- makes the top row orange
- text-transform: uppercase;
- 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
- property name 1: font-size
property name 2:font-weight
- put the image on the right side of the page
- .float-right {
margin-left:20px; }
- padding
border border-radius
max-width
- body
- italicized the text
- made the text slightly larger
- the em dash is encoded by UT2014 in unicode