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

Ravi Kaul
1,372 PointsAnchor tag with CSS transition on bottom border
Hi I've seen some anchor tags where when you hover over them the bottom border 'grows' under it. I know this must be done using a CSS transition but can you advise how to do it? Thanks,
2 Answers

Ahmad Abrar
9,133 PointsHere you go. http://codepen.io/AhmadAbrar/pen/pboePg

Ravi Kaul
1,372 PointsHaha beautiful - just what I was looking for! Thanks!