Design comparison
SolutionDesign
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.
Community feedback
- @EdouardHrgtPosted over 1 year ago
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); }
0@TianYeCalPosted over 1 year ago@EdouardHrgt Thanks man, Will try later, guess I need to know svg in a better way. appreciate it!
1
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