Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
well these chanllenges are very interesting and they are helping me improve my web layout skills so I'm proud to making these chanllenges.
What challenges did you encounter, and how did you overcome them?I didn't know how to start this challenge but investigating in internet I overcome all difficulties
What specific areas of your project would you like help with?I would like reciveing comments to improve my code or anything
Community feedback
- @0xabdulkhaliqPosted 6 months ago
Hello there π. Congratulations on successfully completing the challenge! π
- I have a suggestion regarding your code that I believe will be of great interest to you.
CSS π¨:
- Looks like the component
button
hover state background has not been perfectly set yet.
- Just add the following css rules
.btn:hover { background-image: linear-gradient(#6542FE, #342CE2); }
- Now your component's
button
background for hover state has been set properly
.
I hope you find this helpful π Above all, the solution you submitted is great !
Happy coding!
Marked as helpful0 - @sivaprasath2004Posted 6 months ago
Hello i`ll wishing for your completion project solution.
- I will give some suggestion i believe its used for improve your skill.
- In CSS You will use
.contenedor_primera{ padding: 30px 60px; margin-bottom: 30px; } .slider{ padding: 20px 15px; }
- I will recomand for Using
rem
orem
values forpadding
andmargin
provides a scalable and flexible approach, especially when considering accessibility and responsive design. - change to
.contenedor_primera{ padding: 3rem 6rem; margin-bottom: 3rem; } .slider{ padding: 2rem 1.5rem; }
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