Answers for "how to some of the list and show some in css"

CSS
0

how to some of the list and show some in css

ul li:nth-of-type(1n+4) {display: none;} /* should match your case */
Posted by: Guest on October-13-2021

Code answers related to "how to some of the list and show some in css"

Browse Popular Code Answers by Language