Gian
Gian
KPCKevin Powell - Community
Created by snxxwyy on 5/8/2024 in #front-end
select only child
If you want to select the 4th div, or 6th div using only CSS you can use :nth-child(4 of .box) In this example, I can select the .box I want only to change the number of the nth-child, and apply the CSS property you want: https://codepen.io/giancarlosgza/pen/PovoYrP
12 replies