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.
(my work)
Here is the link to my work: https://codepen.io/nhivvu/pen/zYdObjg
This is the task: Test your skills: Tables - Learn web development | MDN
If you see any other mistakes, please let me know so I can get better. Thanks in advance!!!