Help wanted for tables skill test

Hi,
I just finished the skill test for styling tables. This is my first time posting here so there are a few things I’d like to ask. First of all, I don’t know how to put “Total albums” on the right side that showed in the example. I’ve tried
tfoot th {
text-align: right;
}
but it seems doesn’t work. And also how to make my live code example look like this, as it take up all the space now.

(other people work)
(my work)

Here is the link to my work: https://codepen.io/nhivvu/pen/zYdObjg
This is the task: https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Tables_tasks

If you see any other mistakes, please let me know so I can get better. Thanks in advance!!!

Hello @Nhi.Vu

you doing great well done

the issue related to all those width setting remove all width atterbuite and it will look exactly as others

the first width:100% that you have for the table selector make get 100% of the parent size but since the table 's parent is body so it get 100% of the window that mean it scall to the max width of the window

hope that help and have a nice day :slight_smile: