I want to change my h1 margin through javascript but its not working
my code:
<script>
document.getElementById("h1").style.marginLeft = "250px";
</script>
<h1 id="h1" style="position: absolute; text-align: center; top: 100px; color: #E95928; font-family:Helvetica; font-weight: bold; font-size:6vw; ">Shop till<br>you drop</h1>