Help wanted for the tables skill test

Ive tried putting a border on my table footer but it’s not visible.

Here is the link to my code:
https://codepen.io/edwink-ug/pen/GRxKGxb

here is the link to the assessment assignment:
https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Tables_tasks

Hi @edwin1kitaka and welcome to the community :wave:

Amazing work on this exercise!

It’s just a little typo. You wrote .tfoot instead of tfoot. tfoot is not a class but an element.
You could also reuse your .digit class in the footer instead of using inline styles. Maybe giving it a more generic name like .text-right would then be suitable.

I hope that helps. Feel free to ask questions. :slightly_smiling_face:

Cheers,
Michael

Hey, Thanks a lot for the help!
Much appreciated!

1 Like

You’re welcome!

By the way, your email address is visible in your post. It ended up in the optional “name” field of your profile. I recommend removing it.

alright, let me see how to do that

1 Like