Couldn't style those divs. Help me, please

<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.

If you have not tried this already I would suggest changing browsers or try passing it on another computer. It seems that Google Chrome is the best for passing lessons. If you have tried that maybe try deleting everything and retyping it all almost as if to refresh what the lesson is seeing. Hopefully you can figure it out! I know that must stink.

2 Likes

Google Chrome was the browser that I used. I tried it on Mozilla and it worked. Thanks for your help.

1 Like

No problem! Glad to have suggested a helpful solution! :smiley:

2 Likes

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