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

  • EmrePWโ€ข 150

    @EmrePW

    Submitted

    I have struggled with the images and I cant seem to fit them very well. Can anyone lend me a hand with that ?

    Petros Devrikisโ€ข 380

    @Petrosdevri

    Posted

    Hey there, nice work and congrats for completing the project!

    A few notes on your solution:

    • Try changing the width of your main element to a smaller value in order to ensure that both images and text display in harmony. By setting it to auto you basically enable the browser to render it with issues (for example the image won't appear well if you zoom to 100%). I personally chose to wrap these elements inside a .product-preview div after the main element and set a width of 550px and a height of 400px, which I of course changed for smaller devices by reducing width and increasing height respectively.

    In conclusion, your project seems to be decent and by working on various details and practicing frequently you will be able to achieve even better results.

    Marked as helpful

    0
  • Petros Devrikisโ€ข 380

    @Petrosdevri

    Posted

    Hey mate, nice work and congrats for completing the project!

    There doesn't appear to be any issue since everything is set correctly (ratio doesn't play a huge role as proportions seem to be in line with the prototype).

    In conclusion, your project seems to be decent, keep going!

    0
  • Petros Devrikisโ€ข 380

    @Petrosdevri

    Posted

    Hey there, nice work and congrats for completing the project!

    A few notes on your solution:

    • Try changing the font-weight of your h1 to 700 in order to make it bolder. This will also improve spacing between the elements.
    • By the way, congrats for using Vite, I haven't seen it being used often.

    In conclusion, your project seems to be decent and by working on various details and practicing frequently you will be able to achieve even better results.

    Marked as helpful

    0
  • Petros Devrikisโ€ข 380

    @Petrosdevri

    Posted

    Hey there, nice work and congrats for completing the project!

    A small note on your solution:

    • You could probably increase the width property of .container to 300px since you define most widths based on percentage, therefore they will automatically stretch to reach the same ratios as now (appearance will be the same).

    In conclusion, your project seems to be decent and by working on various details and practicing frequently you will be able to achieve even better results.

    Marked as helpful

    0
  • Tarunaโ€ข 305

    @Tiyana19

    Submitted

    Please Provide your feedback!!! And tell me where I can improve my coding Skills... I usually struggle with my image's width and height property, if you guys can give me some suggestion, that would be a big help. Thank you

    Petros Devrikisโ€ข 380

    @Petrosdevri

    Posted

    Hey there, nice work and congrats for completing the project!

    A few notes on your solution:

    • Try removing the padding property on the .card-text class as it's expanding the text of the class to the bottom. Instead impelement a flexbox with display: flex.
    • Image doesn't seem to have problems in my computer, but you can follow the solution mentioned by Dennis.
    • You may want to eliminate some classes before the actual class your style is affecting (f.e. instead of .main-class .card-component you can just write .card-component). Otherwise you may want to use SASS as a preproccessor because nesting can be done at an easier pace and you could save a lot of lines.

    In conclusion, your project seems to be decent and by working on various details and practicing frequently you will be able to achieve even better results.

    Marked as helpful

    1
  • Raymondโ€ข 70

    @IpieA

    Submitted

    I'm a little unsure if the min-width in my media query is the best fit for this project. Overall, it was exciting building my first project from frontend mentor. Looking forward to more of this.

    Do let me know what you think

    Petros Devrikisโ€ข 380

    @Petrosdevri

    Posted

    Hey there, nice work and congrats for completing the project, I am also a newbie here :P .

    A few notes on your solution:

    • I don't think you need to add min-width since the current implementation seems to fit well within mobile screens, plus defined margins are sufficient. Overall, you could answer me and elaborate on this proposal.
    • You could probably work a bit on reducing the width of the .result and .summary sections. While the current implementation is still adequate, it occupies more space than needed. You may switch the max-width property defined in container to a lower value.
    • Range is a bit far-fetched compared to the ratio but I have done the same so it's overall fine.

    In conclusion, your project seems to be decent and by working on various details and practicing frequently you will be able to achieve even better results.

    Marked as helpful

    0
  • Brijeshkumar Patelโ€ข 200

    @brijeshkumar001

    Submitted

    Hi there Iโ€™m Brijeshkumar and this is my solution for this challenge. ๐Ÿš€

    Please suggest me way to create responsive heights of the elements

    Any suggestions on how I can improve and reduce unnecessary code are welcome!

    Thank you. ๐Ÿ˜ŠโœŒ๏ธ

    Petros Devrikisโ€ข 380

    @Petrosdevri

    Posted

    Great work, I think you could maybe make the height a bit larger or increase padding to leave more space available for the image. You may also want to follow the accessibility advice as it's a great way to use ARIA labels or roles to help disabled people. But overall nothing special, keep going!

    0