Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @Neel-07

    Submitted

    I would greatly appreciate any feedback you may have on my Recipe page solution. Please feel free to point out any mistakes or areas that could be improved. Your input is incredibly valuable to me, and I'm eager to learn from any constructive criticism you can provide. Thank you in advance for taking the time to review my project.

    @tenze21

    Posted

    Hey Neel, Congratulations on completing the recipe page challenge 🎉🎉🎉. Some suggestions:

    • I noticed that your layout tends to break down a little on smaller screens. On inspection I noticed that you have used a lot of unnecessary widths and heights on your layout. The width and height you have set on the body and the container class seems unnecessary. I would recommend you get rid of the .box class and wrap the entire page in the .container div or you could use the article tag for proper HTML symantics and give it a max-width. Once you set the max-width You won't be needing the @media query. checkout this article for more
    • Since this challenge is mostly focused on using proper HTML symantics I think you could use the section tags to wrap the different sections on the page like the ingredients, preparation etc..
    • you could wrap the simple omelette recipe heading in a h1 tag since it is the main header for the page and the others h2 or h3.
    • Use rem/em units for font-sizes and margins and paddings as well since it improves the scalability of the page. checkout this article for more

    Good job, and congratulations on completing the challenge 🎉✌️.

    1
  • @tenze21

    Posted

    Hey, congratulations on completing the blog preview card challenge 🎉. Probable suggestions would be:

    • The card tends to be really large on mobile screens it's sticking to the edges. I would recommend to use max-width instead of a fixed width on the .all class.
    • Use some padding on the body so that the card doesn't stick to the device edges.
    • it advisable to use rem/em units for font-size and also the margins and paddings as it helps with scalability.

    Otherwise everything looks great to me ✌️. Hope you find my suggestions useful 😊.

    Marked as helpful

    0
  • @tenze21

    Posted

    hey, Arkesh going through your work seems like you are new to the field of web development so, I recommend you go through the HTML and other web docs on w3 school and the MDN web docs and come back to this challenge. This challenge basically requires you to make use of proper HTML symantics like section, article, lists etc.

    0
  • @tenze21

    Posted

    This challenge seems to be aimed at encouraging proper HTML semantics so, I think It's better to use proper elements like article, section, strong etc. instead of using non-semantic elements like div. ✌️

    Marked as helpful

    0
  • @tenze21

    Posted

    some of my suggestions:

    • Everything seems fine to me and I didn't find much redundant code except where you have used font-size 16px as it is the default font-size of browsers and the flex-direction: row; which i think you have used in the author section which is also the default value for flex-direction.

    • you mean desktop and mobile by web and mobile version? if That's right I guess using @media query is the answer.

    • it's more advisable to use max-width instead of a fixed width for the main tag which will allow your card to shrink (responsiveness) if need be.

    • It is also preferred to set font-size in rem/em instead of px. checkout this article for more on it.

    • I am not sure if you have come across it but if not I am linking a youtube video by Kevin Powell on responsive web design here.

    Marked as helpful

    0
  • @tenze21

    Posted

    The overall design looks fine but I found some issue with the responsiveness your design seems to breakdown when the screen size is decreased I am not really sure what is causing the issue but I am doubting the use of your media queries and the way you have set the width and height of different elements I guess it would be better to set the width on the #main-div as a max-width and another thing is it is recommended to set font-sizes in rem/em. That's my suggestions ✌️.

    Marked as helpful

    1
  • @tdnguyen04

    Submitted

    I am finding new way to add shadow to the second box. Currently, if I add box-shadow it won't work because flexbox design makes the box's height = 100vh, leading to a weird shadow (looks like a frame)

    Also, I hope there is a way that I can manipulate the background of the first box. The original design looks better with contrast in different places. I feel like there is better way to manipulate the color, but I just try to decrease or increase color range manually, which looks not as close as the original design.

    @tenze21

    Posted

    why don't you try decreasing the opacity of the colors I think that's what is setting your solution off from the original design.

    0
  • Sakti 190

    @saktiajadeh

    Submitted

    Hi, I'm Sakti, This is my solution in this challenge.

    Please let me know any tips & comments about my solution in this challenge for better results.

    I am grateful that by taking part in this challenge I realized that I still need to learn a lot in implementing design and other things in any aspect needed for improvement.

    @tenze21

    Posted

    Setting the cursor to pointer seems unnecessary to me since there are no interactive elements there especially when hovering over the text "Learning" and the profile and name at the bottom. looking at it's purpose I think a minimalistic approach is enough. Just my suggestion ✌️.

    0
  • @TkDevk

    Submitted

    Hi lads, well this time i tried something different. I set it up the width and height with vw and vh, also i sue grid to set the elements in the change part. I checked the output in 1280px width, 800px height, tbh i don't like how it looks i'm still struggling with the output but i guess i need to keep practicing.

    @tenze21

    Posted

    woah... it looks like your order summary component has a lot of work to do. Everything is falling out of place.

    0
  • @cgambe

    Submitted

    Had challenge in adding transition. The elements are not transiting from height 0 to height auto.

    @tenze21

    Posted

    there seems to be some issue with viewing the code i don't know if it's only in mine.

    0
  • @theooow

    Submitted

    Hope you will appreciate all bonus features I've implemented like animations on menu. I'm open for any suggestion or critic ! This integration took me arround 8 or 10 hours. **Thanks ! **

    @tenze21

    Posted

    the webpage looks great the color combinations were well done. If you had used carousels it could make it look more modern and interactive.

    Marked as helpful

    1