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