My website has currently 3 CSS files that are automatically included as a part of the website and I do not have access to the source i.e. index.html
Use @import url('css4.css') in one of your existing css page. Then use specificity to be highlighted your new code as bellow:
@import url('css4.css')
Html :
0 讨论(0) 查看其它12个回答