Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @quantumloki

    Submitted

    I just completed my second Frontend Mentor project, though parts were challenging. I was able to solve the issues and finish the work. How can I make the learning box change color when the user hovers their mouse over it? An answer would be helpful.

    @yayamdee

    Posted

    in order for your learning box to change color you should use the focus pseudo element and give it a color for the border ex: .learning:focus{ outline:red; }

    1