Submitted almost 3 years ago
Fylo landing page(Dark themed) Using HTML | CSS
@Muralidhar22
Design comparison
SolutionDesign
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
Community feedback
- @RioCantrePosted almost 3 years ago
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!
0@Muralidhar22Posted almost 3 years ago@RioCantre Hey thanks for the feedback, will work on those
0 - Lower the opacity for the hover state in the
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