Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS last-child of a class Re: last-child of a class

#103571
cssdeck
Member

border-bottom: 0; (or even none) should work fine.

sometimes :last-child might not be selecting the “last child” as you expect it to, so you might want to check out :last-of-type

Cheers