<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
``` div { display: inline-block; margin-left: 5px; height: 100px; width: 100px; border: 2px solid black; border-radius: 100%; }This is my code and I see the circles on the page but the browser says “Oops, try again. Make sure your divs are 100 pixels high! (If your height looks correct, make sure your border-radius is 100%, not 100px!)”
Could anyone please help me? I tried Ctrl+0 and refreshing the browser page a few times but it didn’t work.
Thank you.