Fylo landing page(Dark themed) Using HTML | CSS

Solution retrospective
Hey guys,
Can anyone please suggest:
- how to set "bg curvy" background for mobile view?
- In the Stay productive section how to change the color of the link and icon
Please log in to post a comment
Log in with GitHubCommunity feedback
- @RioCantre
Hello there! Great work with this one. Regarding the solution you submitted, I think you should also take notes of the following…
- Lower the opacity for the hover state in the
a.fylo_motto-action-item
rule set - Adjust the padding into
padding: 2em;
in.testimonial
rule set - In the
.testimonials
rule set, set the padding frompadding: 2em 0 0 0;
intopadding: 3rem;
- Add the color hove state for the links in the footer
- Alternative is to wrap this line
<div class="intro">
withheader
tag - Clean the whitespaces in the code
Above all, The design looks good. Keep it up!
- Lower the opacity for the hover state in the
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