Error Code Repeatedly Showing

Hi Guys,

I have a recurrent problem as code editor seem to be stuck. I’m currently on the box model, specifically Borders and on lesson 7, where the instruction was to run a code on inserting the width as 2 pixels, solid line and color #FFF. I’d all as required but it still failed even when i clicked on the GET CODE option and subsequently ran it again it still failed to give the check of green to confirm the correctness of the code.Please what should I do to proceed.

Please post your css code and a link to the exercise you are on :slight_smile:

Thanks Dave.

This is the link: https://www.codecademy.com/courses/learn-html-css/lessons/borders/exercises/border-shorthand?action=lesson_resume

And this is the CSS code that I wrote in response to the instruction given, and it is also the GET CODE option generated.

.hotel {
border: 2px solid #FFF;
margin: 60px auto;
padding: 10px 0px 0px 0px;
width: 90%;
}

Please be reminded its on Borders; Lesson 7.

Thank you once again.

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