Style

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

Leave a Reply

Your email address will not be published. Required fields are marked *