Can I use DIV class and ID together in CSS?

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

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

--
9条回答
  •  梦毁少年i
    2020-12-25 10:48

    If you want to target a specific class and ID in CSS, then use a format like div.x#y {}.

提交回复
热议问题