use CSS3 not selector to only select elements that are not children of certain element -


for example how change color of p not belong textarea element?

    p {        color: #000;     }     textarea + p {        color: #222;     }     p + textarea {        color: #222;     } 

Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -