Latest solutions
Testimonials-Grid-Section-Main
Submitted 9 months agoI had a little difficulty getting the grid and responsiveness right, if anyone could give me some tips on what I can do better in both the grid and responsiveness, I would be grateful.
four card feature section master
Submitted 9 months agoIf you have any feedback on the code, what I can improve for the next one, even on responsiveness, thank you for your help.
Product preview card component Responsive
Submitted 9 months agoI tried to put 2 @media in responsive mode, for 3 different screens, I believe it turned out cool, but I would like feedback on where I can improve and change.
Recipe page
Submitted 9 months agoI would like help on how to put the numbers in the ordered list in bold, I had difficulty placing them. And with responsiveness with the max-width and min, I don't know if I put it the right way, if you could help me with these and possible errors or suggestions you find, I would appreciate it
Social links profile
Submitted 9 months agoI had difficulty centering the text of the links, if you could give me feedback on other ways that I could have aligned I would appreciate it
Latest comments
- @centralparksharkSubmitted 9 months ago
- @omarsafti09Submitted 9 months ago@LucknaghPosted 9 months ago
It was incredible, just try to reduce the use of 'div' and add other tags to have a more semantic code, such as 'section', 'main'...
0 - P@gina-wang-1021Submitted 9 months agoWhat are you most proud of, and what would you do differently next time?
Trying to implement some best practices and also utilizing media query!
What challenges did you encounter, and how did you overcome them?Googled to figure out how to switch to different pictures in different device sizes.
What specific areas of your project would you like help with?My "card" component has a height of 455.5 instead of 450 as set in Figma when viewed in desktop view, this results in a white space under the image as the desktop image has a height of 450. However, I couldn't figure out why it was behaving this way. I tried solving this problem by switching between min-height and height set on different components, switching between padding and margin, and also not using border-box - none of those worked tho... Any thoughts on why?
- @arjumand07Submitted 9 months ago@LucknaghPosted 9 months ago
My only suggestion is to enlarge the font a little, it may not be visible to some people
Marked as helpful1 - @pamithapandianSubmitted 9 months ago@LucknaghPosted 9 months ago
It looked cool, just be careful with the spacing, next time try adding a space between the image and the top edge and the last button on the bottom edge of the card
0 - @Victor-M-GiraldoSubmitted 9 months agoWhat are you most proud of, and what would you do differently next time?
Made use of some pseudo elements, absolute and relative positioning. Learned about best practices regarding anchor tags and semantic elements.
What challenges did you encounter, and how did you overcome them?I had some trouble with stacking contexts.