Submitted over 1 year ago
Responsive Fylo Landing Page using Flexbox
@graiess073029
Design comparison
SolutionDesign
Solution retrospective
Waiting for your feedbacks
Community feedback
- @0xabdulkhaliqPosted over 1 year ago
Hello there 👋. Congratulations on successfully completing the challenge! 🎉
- I have other recommendations regarding your code that I believe will be of great interest to you.
FOOTER LOGO 📸:
- You just modified the svg and removed the text
Fylo
from it, Actually we can add thelogo.svg
img element to the footer element instead of adding modified svg
- I know the text
Fylo
is in black color, don't worry about that. We can use css'sfilter
property
- So just add the
logo.svg
inimg
element for footer then add these following styles
.your-preferable-class-name-for-footer-logo { filter: invert() brightness(5); }
- You can use this snippet, this will help you to change the color of logo to pure white yeah the text and shape both will be in pure white
- Now your landing page's footer logo has been perfectly applied!
.
I hope you find this helpful 😄 Above all, the solution you submitted is great !
Happy coding!
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