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 SVG Basics SVG and CSS Responsive SVGs

Missing class on inner-circle - SVG Basics

I just noticed that one CSS property wasn't taken in the example illustrated on the video.

It seems that Nick forgot a dot before the first "inner-circle" declaration.

Just a marginal thing, but I thought it was good to point out...

Just noticed the same thing! Thought I was crazy for a second because my preview didn't match the one in the video. Good catch!

3 Answers

Good catch. That's why in his preview the stroke never disappears.

Yeah my first reaction was: "Where is my typo :)" I spend 5 min looking for it and only then i realize its Nick`s :)

Thank you! I spent a while looking over the parts of the svg in the html file, even commented each part to make sure I was looking at the right parts of the svg, and only on the third reviewing of his code did I notice the missing "." in main.css to make it a class.