There are currently no frequently asked questions associated with this exercise – that’s where you come in! You can contribute to this section by offering your own questions, answers, or clarifications on this exercise. Ask or answer a question by clicking reply () below.
If you’ve had an “aha” moment about the concepts, formatting, syntax, or anything else with this exercise, consider sharing those insights! Teaching others and answering their questions is one of the best ways to learn and stay sharp.
Join the Discussion. Help a fellow learner on their journey.
Ask or answer a question about this exercise by clicking reply () below!
Agree with a comment or answer? Like () to up-vote the contribution!
Hi guys, I’m trying to remove the underline in “>” using the CSS style shown below, but it’s not working as I think it would. How can I remove the underline text in “>”?
I am trying to create a CSS rule that will cause my breadcrumb text to appear red when hovered. My original code is below:
.breadcrumb {
text-align: center;
}