back
Code
CSS
HTML
Web
:not(p)
{
color:green;
}
/* Any element that is not a paragraph is coloured green */