Submitted 10 months ago
Frontend Mentor | Skilled e-learning landing page
#accessibility
@Laila-front-dev
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
this is my second project, any feedback your welcome, thanks
Community feedback
- @Brian-PobPosted 10 months ago
Hi Laila! Awesome job on your solution! I like that you used custom properties to implement design tokens.
I only have very minor suggestions to help get your solution closer to the design:
- For the "Get Started" button at the footer, you can use the following linear gradient:
linear-gradient( 179deg, hsl(237, 100%, 64%) -30%, hsl(322, 87%, 55%) 100% )
- The difference is the
-30%
in the middle of the gradient that makes the blue start earlier in the gradient. - For the
h1
, you can set the line-height to something likeline-height: 1.5;
to increase the spacing between lines.
Hope this helps! And again, I think you did an awesome job!
1 - For the "Get Started" button at the footer, you can use the following linear gradient:
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