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 trializqcabvvli
4,111 PointsHow to preview the hexa-decimal colour by moving the mouse over it?
As between 3:17 and 3:20 there is an explanation of moving the cursor our the hexa-decimal values to have a preview of the colour I'm unable to perform the task. Please suggest how to preview the colour. Thanks to anyone who successfully solves my issue.
2 Answers
anil rahman
7,786 PointsYou should just be able to go into your workspace and in your css part as long as you have a line that actually is set to a color such as:
h1 { color: #000; }
Then you should be able to hover over the hex part - #000.
izqcabvvli
4,111 PointsIts working. Thanks anil rahman.
Ahmad Muhammad
Courses Plus Student 1,009 PointsAhmad Muhammad
Courses Plus Student 1,009 PointsI tried hovering the mouse over the hex part and I can't get the color preview to show up. I tried in Firefox and Microsoft edge to no avail :(