Flex box and UI Component π±βπ»
Design comparison
Solution retrospective
After 2 and a half days of development, this could be said to have been one of the projects that the UI/UX that gave me a problem. I had to investigate how to do some of the parts of them but in the end, everything was fine.
Any recommendations regarding the architecture of the HTML or the attributes used in the CSS are welcome.
Community feedback
- @edu290386Posted over 1 year ago
Hola, para que la flechita cambie de direccion y de color haz un evento y usa toogle apuntando a la clase de la flechita, el filter cambiara de color y el transform lo rotara .show-arrow{ transform: rotate(180deg); filter: invert(48%) sepia(53%) saturate(3690%) hue-rotate(329deg) brightness(98%) contrast(96%); cursor: pointer; }
0
Please log in to post a comment
Log in with GitHubJoin 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