Can I use DIV class and ID together in CSS?

后端 未结 9 1499
名媛妹妹
名媛妹妹 2020-12-25 10:21

Can I use DIV Class and ID together in CSS? For example:

--
9条回答
  •  再見小時候
    2020-12-25 10:50

    That's HTML, but yes, you can bang pretty much any selectors you like together.

    #x.y { }
    

    (And the HTML is fine too)

提交回复
热议问题