To make the 3-5th list items bold:
li:nth-of-type(n + 3):nth-of-type(-n + 5) {font-weight: bold;}
[[css]]