I have an external CSS file (I cannot change it at all) that I need to use in my HTML file, but I want CSS to affect only part of my HTML. (For example, everything in <div id="externally_styled"></div> )
How is this possible, again, without modifying the CSS file (and the CSS file also contains general styles that affect body tags, etc.).
source share