Size and Borders

<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-TlhFi/4/4?curriculum_id=50579fb998b470000202dc8b

<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>

I do everything on the instructions list, but when I press “save & submit code” the “oops try again” pop up comes, saying that I forgot to add the border. But I did add the border correctly!

```

img { height: 100px;
width: 300px;
border: 1px solid #4682b4; }

<do not remove the three backticks above>

Have you tried doing ctrl+0 or cmd+0 and then hit submit?

I did, it still doesn’t let me continue

Hm… switch browsers?

Still nothing :(. Even though in the other browers the code didn’t showed the border on the image?

Yeah, I don’t really have a lot of solutions for this. All I can tell you is to have your browser to be maximized at 100% zoom. If you are using multiple monitors, maximize it on the biggest monitor. I believe it’s a little sensitive to its dimensions…

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