Answers for "css list show"

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

Browse Popular Code Answers by Language