specific child elements

Solutions on MaxInterview for specific child elements by the best coders in the world

showing results for - "specific child elements"
Aleyna
16 Jan 2016
1li:nth-child(2) {
2    font-weight:800;
3    color: blue;
4    text-style:underline;
5}