From the course: HTML: Tables

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Final styling tweaks

Final styling tweaks - HTML Tutorial

From the course: HTML: Tables

Start my 1-month free trial

Final styling tweaks

- [Instructor] Now that we have the big styling pieces in place, in order to reformat this table into this list type of approach mobile dimensions, now the very last step is to put in some final tweaks to your... polish this up, make it look really beautiful and to make it work at a media query dimension that is actually reasonable and probably something that we'd want to do, rather than this ridiculous 1600 pixel dimension. So let's go on ahead and go through these. I'm going to go ahead and scroll on down to my code here and I'm just going to keep adding inside of this media query. So I'm going to add to this, the table style itself, and I'm going to say border of none. We had that unsightly border going all the way around the page, that didn't look very good. So we'll just get rid of it. And then I'll go ahead and add on to this a tbody, tfoot. And here what I'd like to have is a border around each of these items and that is going to be one pixel solid and then r3f2b21 color. So by…

Contents