<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
hi I am practic lesson “3. Style those divs!” and I have eror
my eror is:
<Below this line, add a link to the EXACT exercise that you are stuck at.>
My eror:
Oops, try again. Make sure your
s are 100 pixels high! (If your height looks correct, make sure your border-radius is 100%, not 100px!)
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.> ```
<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-radius:100%;
border:2px solid black;
}
<do not remove the three backticks above>