responsive HTM , CSS and javascript with jquery

Solution retrospective
I am proud of my css skill i think it has emprove.next i will first find the right colors and fonts first
What challenges did you encounter, and how did you overcome them?challenges writing the functions for the buttons and make it all the elements increment and decrement correctly.The way i overcome this challenge was make function one button and move on to next one.
What specific areas of your project would you like help with?select the perfect fonts it seems to be a little challenge for me.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @jeangu2002
you can center the main section horizontally to create equal margins on both sides.
- @MarziaJalili
Great work!
Some suggestion?
- For a smoother color change of the buttons, you can use the transition property:
transition: border-color 0.5s, color 0.5s;
This ensures that the color will change after 500 milliseconds which makes it look even better.
- The font name for every project is provided by the challeng in the
style-guide.md
file.
😁😁😁
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