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 How to Make a Website Customizing Colors and Fonts Write Hexadecimal Colors

were do put hover

help trying to figure out where hover goes is this code right nav a{ a:hover; color:#32673f; text-decoration:none; } if this wrong please tell me i am trying to change to hover and color the text i am new so bear with me

2 Answers

Nick Nish
Nick Nish
7,304 Points

The navigation link can be styled simply without the :hover psuedo-class:

a { color: red; }

If you need more help let me know. Otherwise if it's all good I'd love an upvote or best of answer – Thanks man!

Nick Nish
Nick Nish
7,304 Points

Hi Johnathan!

You're very close. Try this!:

a:hover { color: #32673f; text-decoration: none; }

also how to style the nav link? the quiz keeps asking me that did miss something ? thanks for your time please get back to me thank you