Week 15 - Table Styling
This week's coding challenge requires you to build a simple data table in HTML and to style it using CSS. Along the way, we're going to learn how to use the following bits of code:
- border-collapse
- table
- td (table data)
- tr (table row)
- th (table header)
- word-spacing
In addition, we will review the transform property, as many students struggled with that in Week 12, and we will talk about resets (because we will use a reset to center the text in the header of the coding challenge for this week).
