<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-UuBLw/0/2?curriculum_id=50579fb998b470000202dc8b
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
Hello guys, could someone help me, please ?
My code HTML and CSS seems okay, but i keep having this error message :
- Oops, try again. Did you remember to give your div a height of 50px? It looks like it’s 50.2px.
I also have this problem with the lessons :
- CSS:An Overview > Sizes and borders (problem : img border, 1px solid #4682b4)
- CSS selectors > One selector to rule them all (problem : 1px border)
**
I’m on Firefox 47.0, and I also tried on Opera 36.Zoom is on 0 with both browsers. I’ve tried to clean the cache, to refresh the page with ctrl+F5, and to log out / log in / and try again. I even rebooted the computer. Nothing works.
**
``` About Me
We're Codecademy! We're here to help you learn to code.
</div>
</body>
Stylesheet.css
img {
display:block;
height:100px;
width:300px;
margin:auto;
}
p {
text-align:center;
font-family:Garamond, serif;
font-size:18px;
}
/Start adding your CSS below!/
div {
height:50px;
width:120px;
border-style:dashed;
border-width:3px;
border-color:#6495ED;
background-color:#BCD2EE;
}
<do not remove the three backticks above>