scope external CSS file for div(no CSS file should link only )

前端 未结 2 739
礼貌的吻别
礼貌的吻别 2021-01-18 07:31

In my page i have three CSS file

bootstrap.css
main.css
icon.css

these are the three file in my page

Function in my page

2条回答
  •  醉梦人生
    2021-01-18 08:14

    I believe that bootstrap css will always affect the conetent of divs on the entire page.

    To make an area that is not affected, you will need to load the external file into an iframe rather than a div.

提交回复
热议问题