Hacker News new | ask | show | jobs
by threatofrain 891 days ago
In CSS you can directly target even or odd or some other arithmetic sequence.

    :nth-of-type(2n+1)
1 comments

I'm not an expert in CSS, but I don't know how I can use that to refer to pages.

I mean, I'm not creating pages with `<page>...</page>`.