reset multiple css styles for one single div element

前端 未结 3 1350
心在旅途
心在旅途 2020-12-29 09:09

my question is if it is possible to reset css styles (a lot off them) for a single div and all elements that are contained in that div.

I am asking, because I found

3条回答
  •  梦毁少年i
    2020-12-29 09:59

    if practical you could put all content to be 'reset' in an iframe. The iframe contents won't inherit anything.

提交回复
热议问题