+ 2

What can I do?? In that case..

<div> <p class="first">This is a paragraph</p> <p> This is the second paragraph. </p> </div> <p class="first"> This is not in the intro section</p> <p> The second paragraph is not in the intro section. </p> when I use a p{} with some property in style section it work all above code.. but I want use only last <p> ....what I do?

18th Feb 2017, 7:37 AM
shantanu jaiswal
shantanu jaiswal - avatar
5 Respuestas
+ 11
p:not(.first){}
18th Feb 2017, 7:49 AM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
assign an id to it
18th Feb 2017, 8:09 AM
Akshata
Akshata - avatar
+ 2
I have been checked that I'd is not working in my answer
18th Feb 2017, 7:22 PM
shantanu jaiswal
shantanu jaiswal - avatar
+ 2
I'd is not a solution of that
24th Feb 2017, 12:38 PM
shantanu jaiswal
shantanu jaiswal - avatar
+ 1
use "id" to apply different styling on a tag
23rd Feb 2017, 1:53 PM
ashutosh mishra
ashutosh mishra - avatar