Applying CSS styles to all elements inside a DIV

后端 未结 7 943
孤独总比滥情好
孤独总比滥情好 2020-12-02 21:59

I would like to apply a CSS file to a concrete DIV in my page. This is the page structure:


...


        
7条回答
  •  攒了一身酷
    2020-12-02 22:42

    Alternate solution. Include your external CSS in your HTML file by

     
    

    inside the applyCSS.css:

       #applyCSS {
          /** Your Style**/
        }
    

提交回复
热议问题