Hi guys, I just started FCC and loving it. I’m on my second project trying to wrap up, but I can’t get my social media icons to appear/style correctly. Can anyone point me in the right direction? Thanks so much
my project: http://codepen.io/rgebo/pen/ygjJdy
my goal for icons: http://bootsnipp.com/snippets/featured/spinning-social-icons
Hi @rgebo21
Unfortunately, your css is invalid. On css panel, open menu at top right, choose analyze CSS, and fix all Expected RBRACE... errors
Expected RBRACE...
Wow thanks man! I actually learned a lot by just doing that. I didn’t even know you could analyze lol
It took me a while to figure that out, too! It isn’t obvious.