I tried to center divS using "margin: auto" and I even set is as important but it is not working. Then i tried center tag:
<center><div></div></center>
It worked!
So how can i center the div using css and not html? Here is my code thanks:
<div style="margin: auto !important;">
<h1 style="color: yellow">Do you want to build a snowman?</h1>
<div class="head"></div>
<div class="eye1"></div>
<div class="eye2"></div>
<div class="nose"></div>
<div class="mouth"></div>
<div class="smile"></div>
<div class="body"></div>
<h2 style="color: yellow">yes?</h2>
</div>