Design comparison
SolutionDesign
Solution retrospective
I tried this challenge to practice what i learned in grid.
Any comment will be appreciated <3
Thank you!
Community feedback
- @Sdann26Posted over 2 years ago
Hi Patrice!
I would just recommend you to add the respective color to the following text:
.top-section p { font-size: 1rem; line-height: 1.7rem; color: hsl(218, 22%, 67%); }
And if you can add a little shadow to the button as well as some thickness to the font as follows:
.bt-left-section a { text-decoration: none; font-size: 1.1rem; color: white; background-color: hsl(71, 73%, 54%); text-align: center; padding: 15px; border-radius: 7px; margin-top: 30px; box-shadow: 0px 5px 20px -16px rgba(0,0,0,1); font-weight: 600; }
With this I personally think it would improve the final finish.
Hehe nice to see a challenge from you again so soon, good luck!
Marked as helpful1@pbitonga17Posted over 2 years ago@Sdann26 Hello! I just did what you said above.
Thank you so much for the help <3
1
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