Exercise doesn't mark correctly upon submission of correct code even after several lesson resets

I’ve been trying to submit this lesson and move on but for some reason I’m having issues with the submission/marking, I submitted the correct code of margin: auto; yet it wouldn’t mark successfully.

  **My code so far**

<style>
div {

margin: auto;
background-color: blue;
  height: 100px;
  width: 100px;

}
</style>
<div></div>

Challenge: Center an Element Horizontally Using the margin Property

Link to the challenge:

i copied and pasted and your code works for me. Sometimes some extensions can mess with things.

Hey there. I’d understand if I were using a PC. :face_with_head_bandage:. Here’s my browser info :
User Agent is: Mozilla/5.0 (Linux; Android 9; itel W6004) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36

just go to next challenge, the challenges are not mandatory for the certification

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.