Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML How to Make a Website Responsive Web Design and Testing Website Testing

Stage 8 ( Responsive Web Design and Testing)

While testing my main.css on jigsaw.w3.org/css-validator, I keep getting this error:

105 .social-icon Value Error : height attempt to find a semi-colon before the property name. add it

2 Answers

Florian Goussin
Florian Goussin
8,925 Points

Maybe before a height property you didn't finish the previous one with a semi-colon ?

Thanks I forgot a semi-colon!