<style>
h1 {color:red;}
p {color:blue;}
</style>
background:-webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
li:nth-child(-n+5) {
color: green;
}
</style>
<style>
h1 {color:red;}
p {color:blue;}
</style>
background:-webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
li:nth-child(-n+5) {
color: green;
}
</style>