Can I use DIV Class and ID together in CSS? For example:
--
That's HTML, but yes, you can bang pretty much any selectors you like together.
#x.y { }
(And the HTML is fine too)