Custom Recipe Page using Saas

Solution retrospective
I will try improving my css skills.
What challenges did you encounter, and how did you overcome them?I tried to make a image slider for the recipe and it was the only difficult part which I handled by stacking images and then use transform and positioning properties.
What specific areas of your project would you like help with?Any layout or font based suggestion.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @MarziaJalili
The solution is literally flawless!
A tiny area you can improve:
As per the design, the elements in the nutrition table are not centered, man.
You can change it to the line below:
.nutrition table { /* current code */ text-align: center; /* updated code */ text-align: left; /* or you can just delete the pervious line cause this one is set by default 😁 */ }
Other than this the web looks awesome, no cap!
😎😎😎
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