Guest User

Untitled

a guest
Oct 19th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <ul>
  2. <li></li>
  3. <li></li>
  4. <li></li>
  5. <li></li>
  6. <li></li>/*must hide*/
  7. <li></li>/*must hide*/
  8. <li></li>/*must hide*/
  9. <li></li>/*must hide*/
  10. ........ /*must hide foreva*/
  11. </ul>
  12.  
  13. ul li:nth-child(n+4){display:none;}
Add Comment
Please, Sign In to add comment