How to style CSS role

前端 未结 7 701
庸人自扰
庸人自扰 2021-02-03 16:12

In the following HTML

the id can be accessed through #content in CSS. How do I access

7条回答
  •  自闭症患者
    2021-02-03 16:58

    we can use

     element[role="ourRole"] {
        requried style !important; /*for overriding the old css styles */
        }
    

提交回复
热议问题