Design comparison
SolutionDesign
Community feedback
- @NoelaOstPosted about 2 years ago
Hi! Nice work there! Good job. I see you struggled with a logo svg there and I hope I can help. If your svg file is not working you can try this:
- Open svg file with code editor and copy whole <svg> tag including path and other attributes.
- Since this is logo you can put it in anchor tag <a> <svg> ... </svg> </a>
- To change color of the svg change attribute fill="..." to desired color, or simply remove it and use CSS to style it.
Hope you find this comment helpul! :)
Happy coding and good luck :)
Marked as helpful0
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