Tell us what’s happening:
Describe your issue in detail here.
Good day! im stuck! please help. the task says to center the div element using
"margin: auto; " which i have done. Unfotuntely its not runing and i have checked the help section and it seems that im right hence i dont know what to do.
**Your code so far**
<style>
div {
background-color: blue;
height: 100px;
width: 100px;
margin: auto;
}
</style>
<div></div>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.61 Safari/537.36
Challenge: Center an Element Horizontally Using the margin Property
Link to the challenge: