<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.>
https://www.codecademy.com/courses/web-beginner-en-jNuXw/0/8?curriculum_id=50579fb998b470000202dc8b
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
no error message, but I wonder how I can insert an image within the circle line. Right now the image covers everything on the page.
div {display:inline-block;
height:100px;
width:100px;
border-radius:100%;
border:2px;
border-style:solid;
border-color:black;
display: inline-block;
margin-left: 5px;
}