I’m having trouble with the last item in the Module 10 Pages assessment - though the. CSS I’ve written appears to be working appropriately, i’m not able to pass the last section.
Uncomment the background-color rule by removing the //. Once you remove this, you’ll see that the background color will turn to orange (the color you’ve specified).
Add the border indicated in the challenge. Where you have border: 8px;, change that to border: 8px solid #db8000. This will add a thick darker orange border around your banner.
I’m having trouble like lindsay was, with my challenge getting hung up on the final step. All of my scss seems to be correct and the page has the correct content/link as well:
I believe you may have one last step left (something I missed as well!).
Uncomment the background-color rule by removing the // . Once you remove this, you’ll see that the background color will turn to orange (the color you’ve specified).
Welcome to the Community! You’re super close here, just missing a # in front of the hex value for the background color. The hashtag is to signal you’re using a hex color code. In this case, you’ll use background-color: #ff9500;
Hello! I’m experiencing a related issue. I’ve gotten to the last step and have entered the code above but I’m unable to save. The “save” button is greyed out despite making changes to the code. Any suggestions?