Assessment wanted for 'Tables skills' task

Hello! Need assessment for Tables skills task.

My solution

I’m not sure this is the best solution to this task, but I enjoyed doing it, and I’ve learned a lot. I love this place!

Thank you, guys!

Hello @chani33

you doing great well done

you can remove this td:nth-child(4) from this selector

th:nth-child(1),
th:nth-child(4),
td:nth-child(4) {
  text-align: left;
}

as td align left by default

hope that help and have a nice day :slight_smile:

2 Likes

Got it! I was wondering about that.

Thanks for your help, @justsomeone.

2 Likes

you very welcome and when you get wonder about any thing you can go to
https://developer.mozilla.org/en-US and search for the element tag atterbuite or method or anything related to html css js there and you can see the default value and also browser compatability and even live example and a lot of info that help

for example check this https://developer.mozilla.org/en-US/docs/Web/HTML/Element/td#attr-align

and have a nice day :slight_smile:

2 Likes