css-diner icon indicating copy to clipboard operation
css-diner copied to clipboard

css dinner #18 issue

Open oelarimla opened this issue 4 years ago • 3 comments

why .table plate:nth-child(3) has no effect, I have tried it in scratch and it work, but in CSS dinner didn't

#18

oelarimla avatar Apr 02 '21 09:04 oelarimla

why .table plate:nth-child(3) has no effect, I have tried it in scratch and it work, but in CSS dinner didn't

#18

just remove the .table

rvpn avatar May 02 '21 23:05 rvpn

Why "div plate:nth-child(3)" doesn't work?

RobTangle avatar May 26 '22 15:05 RobTangle

Why "div plate:nth-child(3)" doesn't work?

Because .table is not included so the CSS selector only checks what is selected inside the .table

RedWideWeb avatar Jun 26 '22 12:06 RedWideWeb