How to style CSS role

前端 未结 7 700
庸人自扰
庸人自扰 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 17:08

    Sure you can do in this mode:

     #content[role="main"]{
           //style
        }
    

    http://www.w3.org/TR/selectors/#attribute-selectors

提交回复
热议问题