<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.>
HTML&CSS: Sorting Your Friends
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Oops, try again.
Do your
s have borders that are 2px solid black?
```
Replace this line with your code.
div{
display: inline-block;
margin-left: 5px;
height:100px;
width:100px;
border-radius:100%,
border: 2px solid black;
}
please i need help :sweat:
<do not remove the three backticks above>