easy bank-react

Solution retrospective
Didn't handle well with hero section images, about overflow problem, and also did't find a way to change logo text color, have some problems about hover text underline.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @EdouardHrgt
For the logo styling, you should use it as svg.
First remove from the svg code the "fill: xxx" part. Then you can style this property in css using
.mySvg { Fill: var(--my-color); }
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