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

CSS CSS Foundations Text, Fonts, and Lists More Text Properties: Part 2

schuyler madsen
schuyler madsen
2,638 Points

text overflow issue

"The link's container is set to hide its overflow and it's not allowing the text to wrap, so the link appears to be cut off. Select the paragraph with the class link and set its text overflow to display an ellipsis"

I currently have p.link {text-overflow:ellipsis;}

and it is not working, any suggestions?

1 Answer

schuyler madsen
schuyler madsen
2,638 Points

I refreshed the page input the same thing and it worked. Must have misspelled something. check-