tipsy / j2html

Java to HTML generator. Enjoy typesafe HTML generation.

Home Page:https://j2html.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Css Style attribute nth-child does not seem to work

tmarcoe opened this issue · comments

I did a workaround by just right justifying everything.

commented

@tmarcoe j2html just creates HTML from Java, it doesn't affect how CSS selectors work. Maybe you're looking for the nth-of-type selector?