can i use css not code example
Example 1: css not
/* Selects any element that is NOT a paragraph */
:not(p) {
color: blue;
}
Example 2: css not working
<link type="text/css" rel="stylesheet" href="http://yourdomain.com/dir/file.css" />
/* Selects any element that is NOT a paragraph */
:not(p) {
color: blue;
}
<link type="text/css" rel="stylesheet" href="http://yourdomain.com/dir/file.css" />