From the course: Design the Web: Styling a Table

About the exercise files

- [Voiceover] The exercise files for this course are available to all members and consist of an html file and an assets folder. The html file contains a simple page layout, which includes a header area, some placeholder copy and an html table. The table contains tabular data comparing information about the planets in our solar system and I'm providing you with this finished table so that we can begin styling it right away. We'll be doing all of our work here in this course in the CSS file located here in the Assets folder. We'll be referencing the planet.ping file and assigning it to be the background of our table as well as creating a series of new CSS rules that will target different aspects of the html table. So, once you have your files downloaded, let's continue on and begin styling our table with CSS.

Contents