Latest solutions
Latest comments
- @GreenNinjaBoySubmitted 2 months ago@CalebM7Posted 2 months ago
Good trial, but try to keep all the content under the main card, for it to display as one recipe page and not in sections.
0 - P@mu7ammad1951Submitted 2 months ago@CalebM7Posted 2 months ago
Good job, try making the card responsive taking 100% of the width.
1 - @JSFGDevSubmitted 2 months agoWhat specific areas of your project would you like help with?
How readable is the code and good praxis
- @maggiechuaSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I think I'm most proud of the learning tag on the blog preview card. I was stuck at first on how to go about it, but after thinking about what I knew about CSS layouts as well as experimenting, I was able to determine a solution. I don't think there's anything in particular for this project that I would've done differently, but I think that reviewing accessibility best practices is something I need to invest more time into.
What challenges did you encounter, and how did you overcome them?I faced several challenges with styling, which included targeting specific paragraph elements (since some of them have different font colors), the learning tag, and formatting the creator. I think the main thing that helped was reviewing the documentation and web.dev articles on the topic until I felt like I had an idea of what I could use to achieve the results I was looking for.
What specific areas of your project would you like help with?I would like to get feedback on how I could improve accessibility on my project as well as what I could do to structure it better. In terms of CSS, I would like some feedback on my use of selectors and how I formatted my components (whether there are better/more efficient ways to do so). Thanks!
@CalebM7Posted 2 months agoThe code is well structured. Good job. The css though is not loading.
0 - @soliveirarmSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of how fast I was able to develop this project
What challenges did you encounter, and how did you overcome them?At first I thought it was gonna be hard to add the black border, but it wasn't.
@CalebM7Posted 2 months agoThe code looks well structured. Quick tip use transition for smooth transition when hovering over an element. e.g when hovering on the title you can add transition: all 0.3s ease-in-out;
1 - @soliveirarmSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of how fast I was able to develop this project
What challenges did you encounter, and how did you overcome them?At first I thought it was gonna be hard to add the black border, but it wasn't.