I'm trying to apply an specific stylesheet for a div, i don't want to use an iframe for this, ive tried this:
<div id="superdiv"><style>
#superdiv {
@import url("./css/style.css");
}</style>
//html that apply css here from stylesheet linked before
<h1 class="x"> Hello</h1></div>