Help: Make Elements Only Visible to a Screen Reader by Using Custom CSS


I am stuck on this lesson and there are no hints or videos for help! I put the CSS for .sr-only for position and left but when I run the tests it says it isn’t in there. However, it does recognize my CSS codes for width and height. I’m so confused! Does anyone know where I went wrong??

Please make a new topic for help instead of posting in another topic. You can also click the “Ask for help” button to create a new help thread.

Copy-pasted code is also preferable to posting screenshots of code.

There should be an existing <style> element at the top with styles for the .sr-only class. That’s where you’ll add the additional classes, not inside the <table> tag.