/* | |
Applies to any element that has | |
mydiv as a class OR myotherdiv as an id | |
*/ | |
.mydiv, #myotherdiv { | |
background-color: red; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/* | |
Applies to any element that has | |
mydiv as a class OR myotherdiv as an id | |
*/ | |
.mydiv, #myotherdiv { | |
background-color: red; | |
} |