Hi I am practic lesson "3. Style those divs!" and I have eror

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

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>

Have you made sure that your html is linked to your css like this?

	<head>
		<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
		<title>Name of title</title>
	</head>

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