Published
- 1 min read
css last 3 childs
The solution for this is noted below
css last 3 childs
Solution
#something a:nth-last-child(-n+3) {
/*declarations*/
}
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
#something a:nth-last-child(-n+3) {
/*declarations*/
}
Try other methods by searching on the site. That is if this doesn’t work