Technical Documentation project-stuck on one error

I am literally stuck on one user story error on this project. Any help would be greatly appreciated.

https://codepen.io/pgirl1985/pen/PooPWxW?editors=1100

It could be that not all the section tags are properly labeled with the class main-section. You should go to your CSS file and type:

.main-section { 
 border: solid;
}

To see what I mean. That might be why all your tests aren’t passing.

It would help to know which user story you are failing.

It is User Story # 10.

Thank you so much!!! That worked. Syntax is key.

@pgirl1985 : It is really helpful to provide as much pertinent info / links / code examples as you can when asking for help. For example, a link to the particular exercise and any error messages would save someone trying to help you a bunch of time trying to figure out what exactly the issue is. People generally will go out of their way to help out, and the extra detail can go a long way to making it easier for them to help :slight_smile:

Glad you figured it out!!

Thank you!!! Was stuck on that one forever. Adding the borders was very helpful.