<div style="margin: 4rem 0 4rem 0;">
<h1>Some Content</h1>
</div>
I'm trying to write a media query to ignore this rule.. style="margin: 4rem 0 4rem 0;" at a certain view port. Besides giving the div a class or id and targeting the class or id in the media query is there a way to target just this specific div and ignore the style rule? I know its not a big deal to just add a class but i'm just curious if you can do it without adding a class or id.