Order Summary Component Challenge

Solution retrospective
Hi Frontend Mentor peers:
- Is there a better way to write the hover effect than how I wrote it in my code?
.button:is(:hover,:focus){ background-color:hsl(245, 75%, 52%, 80%); cursor: pointer; } .hover:is(:hover,:focus){ cursor:pointer; color:hsl(228, 45%, 44%); font-weight: var(--fw-bold); } .hover-1:is(:hover,:focus){ cursor:pointer; color: black; font-weight: var(--fw-bold); }
- How can I anchor the footer note to the bottom of the page? I tried using `.bottom{position: fixed; bottom: 5px;' and it would cause the footer note to overlap onto the summary card. 🤷♀️
Thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Mochimooo's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord