Is it possible to use css @media query like this:
@media (javascript: disabled) {
body { color: red; }
}
Or is there another way to do like this?
Is it possible to use css @media query like this:
@media (javascript: disabled) {
body { color: red; }
}
Or is there another way to do like this?