Learn CSS Variables by Building a City Skyline - Step 110

Tell us what’s happening:

Possible glitch with step 110? You are tasked with removing the border element applied from the * selector and when I remove it, the site says it does not pass. I have tried everything I can think of including logging out and back in, restarting my computer and trying again, and “cheating” and using code from later steps to so that I know 100% that the code is correct. Any other suggestions?

Your code so far

<!-- file: index.html -->

/* file: styles.css */
/* User Editable Region */


* {
  box-sizing: border-box;
}

/* User Editable Region */

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36

Challenge Information:

Learn CSS Variables by Building a City Skyline - Step 110

1 Like

I assume you have a glitch in your code where you changed something outside of the editable region accidentally.

Hello there and welcome to the forum.

Your code is correct although it could be possible that there is a mistake in somewhere else of your code. Would it be possible if you could paste your :root selector and your body selector as well.

2 Likes

Thank you for suggesting this to me! I never would have thought to do this.

1 Like