I first tried making the balance sheet on my own and in my sheet the coloured table header and the double borders have the same width. How did they set a different width
for table header and table body in the lesson? I am going through the lesson and can’t figure out how the header of the table is occupying the whole width of the sheet yet the double borders in the table aren’t?
Based on the challenge, that is the required output for the thick one to cover the entire width but for the double thin lines not to cover the entire width.
or is it that you are intend for the double lines to also cover the entire width?
for eg. if you remove this padding entirely, you can see the effect is the whole table gets wider.
(you can target the left and right padding specifically to see that)
The table is itself part of the .table-wrap which is the reason its width is being limited here.
No, I want to do it exactly as it’s done in the lesson… but now I realise (thanks to the other commenter) that the header is outside the table element so it can easily be done