Latest solutions
Interactive Rating Component
#sass/scssPSubmitted 10 months agomore efficient ways to improve the javascript.
Product Preview Card Solution
PSubmitted 10 months agoProbably other quicker or easier options in the css in terms of code.
Contact form CSS grid
#sass/scssPSubmitted 11 months agoProbably the margins thing from the previous answer. I want to know if there's a better way to code the success message after you submit the form or if my way is fine or if my code needs tweaking.
Latest comments
- @najahajaP@ssbc0882
Code looks good Ahmed! For font-family on the CSS, you can use "inherit" that will achieve the same goal.
- @Y-IsmailWhat are you most proud of, and what would you do differently next time?
I am not so proud as this took me over 2 hours and still not good yet Also I think it would have been better if I started with desktop first
What challenges did you encounter, and how did you overcome them?I had challenge with the media queries
What specific areas of your project would you like help with?I will like help with best practice and advice on media query
P@ssbc0882Hi @Y-Ismail,
Congrats on the solution. It looks close to the design shown on the website. In terms of improvement with media queries, one tip is if you prefer to develop the mobile or desktop side first. There were some line where there were some duplicate code. Once you decide to start mobile/desktop first, you can make the transition easier when you change from one query to another.