How can I use two CSS files in an HTML file, but one of the CSS files is only used in div
.
I have a CSS file to style the page, but I needed another CSS file to be able to style a div
in the middle of the page.
Because I'm testing to use, and I put the CSS file I need only for div
first, and everything until that div
gets deformatted.
And if you put second, everything after that div
gets deformed.
I wonder if this is possible or not, and if yes like.