Dilip Kumar
@curiousdilipAll comments
- @XYshopSubmitted 3 months ago@curiousdilipPosted 3 months ago
Your solution looks good and it is responsive too.
i would recommend that you add correct for your github link "https://github.com/XYshop.github.io" --> "https://github.com/XYshop/XYshop.github.io"
0 - @mik2ndSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
i finish
What challenges did you encounter, and how did you overcome them?it was first time working with grid and responsive media very confusing, not too bad for this chalenge.
What specific areas of your project would you like help with?maybe i too much using max width / height ,i wonder can find another way too keep the item size.
@curiousdilipPosted 4 months agoyour solution looks good, but there are some solutions/guidance for you
- background color is different
- box shadow is different
i will recommend that u should use the style-guide.md file for color, font, shadows
0 - @ePauloSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Learned how to use the tag to setup different images for different view-screen sizes. Coded the HTML based on the desktop design, then coded the CSS mobile before adding a media query to add code changes for the desktop layout.
What challenges did you encounter, and how did you overcome them?Had to learn how to use different images for different view-screen widths.
What specific areas of your project would you like help with?How (if possible) to force side-scrolling once the mobile view-screen width reaches the min-width setting... or is there no side-scroll bar displayed on mobile screens?
- @mik2ndSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
i finish
What challenges did you encounter, and how did you overcome them?i cant make tables work, so i done with div and span
What specific areas of your project would you like help with?i cant make table, maybe i fix that later on
@curiousdilipPosted 5 months agoYour recipe page looks good but there are some scope of improvement like, for eg: you should have added some spacing on top and bottom of the box containing the recipe content.
0 - @devEduSousaSubmitted 7 months ago@curiousdilipPosted 7 months ago
the code looks good
you should have added .container height of 100vh so that it would have aligned in the center.
regards Dilip
Marked as helpful0 - @Zwelihlecomet2Submitted 7 months agoWhat are you most proud of, and what would you do differently next time?
i am mostly proud that my media queries are a little bit getting better
What challenges did you encounter, and how did you overcome them?media queries..i always face challenges with media queries
What specific areas of your project would you like help with?mostly media queries.
@curiousdilipPosted 7 months agoCongrats on your 3rd Challenge!
However there are some improve needed in your code as i can see from the screenshot, you can reduce padding bottom
Regards Dilip
0 - @ibnu-jemalSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?
.
What specific areas of your project would you like help with?....
@curiousdilipPosted 7 months agohi ibnu-jemal, Congrats on completing your 1st challenge on Frontend Mentor,
*{ margin: 0; padding: 0; }
you should have added box-sizing:border-box as it will allow you to include the padding and border in an element's total width and height.
Marked as helpful0