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

  • @Dumonster27

    Submitted

    What are you most proud of, and what would you do differently next time?

    Eu o aproximei tanto quanto o exemplo, mas ainda assim, depois de ler o código da solução, percebi que há muito que eu deveria aprender e ajustá-lo no meu código para torná-lo mais limpo

    What challenges did you encounter, and how did you overcome them?

    O recheio... Continuei experimentando com os preenchimentos e o raio de borda até que parecessem certos

    What specific areas of your project would you like help with?

    Gostaria de saber sobre a estrutura de pastas diferente que posso usar no meu projeto.

    Carlyle-J 50

    @Carlyle-J

    Posted

    You can increase the bottom margin of the ingredients heading and instructions heading

    0
  • @JoserArmando

    Submitted

    What are you most proud of, and what would you do differently next time?

    Em nada

    What challenges did you encounter, and how did you overcome them?

    Nenhum

    What specific areas of your project would you like help with?

    Em nada

    Carlyle-J 50

    @Carlyle-J

    Posted

    Pretty good

    0
  • Carlyle-J 50

    @Carlyle-J

    Posted

    Your solution is okay but a few changes are required like lowering the font weight of the small paragraph to about 500. In order to make the box-shadow of the div card container to increase when the user hovers over it, you can use this css:

    .container:hover{ box-shadow: 0px 0px black } ...using the number of pixels that you see fit to match the picture.

    1
  • Hghmaaz 20

    @Hghmaaz

    Submitted

    What are you most proud of, and what would you do differently next time?

    One of my greatest sources of pride is the significant learning and personal growth I've undergone during this project. Each obstacle I encountered presented an opportunity for me to expand my skills and knowledge. The sense of achievement I feel upon overcoming challenges is immeasurable, serving as a testament to my dedication and perseverance.

    Firstly, I would enhance my planning and organizational processes. By setting clearer objectives, breaking down tasks into manageable steps, and creating a detailed project plan, I could ensure better focus and direction throughout the project lifecycle. Secondly, I would improve my time management skills. Setting realistic deadlines, prioritizing tasks effectively, and minimizing distractions would enable me to make better use of my time and ensure timely project completion.

    What challenges did you encounter, and how did you overcome them?

    I faced technical hurdles related to HTML, CSS, or other technologies used in the project. These challenges included browser compatibility issues, layout inconsistencies, or difficulties in implementing specific design features. Various unexpected issues or obstacles may have arisen during the project, requiring quick thinking and effective problem-solving skills to resolve. These challenges could have ranged from coding errors to design conflicts or other unforeseen complications.

    What specific areas of your project would you like help with?

    i prefer getting an honest review about my project. i would like some help with the container part. aligning the items wherever i want. i found that quite tough

    Carlyle-J 50

    @Carlyle-J

    Posted

    What I would suggest is including semantic HTML wherever possible, for example wrapping the image elements and sentences in a <main> tag. It improves readability and helps with screen readers.

    0
  • @Vishal-Yadav-001

    Submitted

    What are you most proud of, and what would you do differently next time?

    While doing this challenge I got to know about box -sizing.

    What challenges did you encounter, and how did you overcome them?

    First Challenge I faced was centring the card, so I learned flexbox;

    What specific areas of your project would you like help with?

    I would like to learn more in depth css.

    Carlyle-J 50

    @Carlyle-J

    Posted

    Your page came out pretty good :). I'd recommend putting semantic HTML when it comes to the small text that says, "Challenge frontend mentor....." by wrapping it around a <footer> tag.

    Marked as helpful

    0