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

  • P
    jasoneczekā€¢ 320

    @jasoneczek

    Submitted

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

    For this challenge I took a bit of a different approach than in my previous few solutions by experimenting with utility classes with my custom properties for colors, typography, and basic layout. This allowed me to write Bootstrap-like classes directly into my html. For responsiveness, I used grid-template-areas to place the testimonial cards on the grid.

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

    I did my best to match the design as closely as possible, but I found some challenges when it came to spacing the elements within each testimonial and landing on the same height/width as in the Figma file. Eventually I created little boxes directly in the Figma file itself to measure spacing, e.g. (8x8px, 16x16px, 24x24px) and converted these to rem units in my CSS. I tried a few line heights for the paragraphs as well until I got within a few pixels of the correct heights and widths of the cards for mobile and desktop views without hardcoding them.

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

    I used the and elements, and I'm wondering if how I used as the wrapper for the entire card is OK, or if the cards also need to be's in a `` for this challenge.

    Deepti Singhā€¢ 120

    @DeeptiGit22

    Posted

    nice work

    0
  • Deepti Singhā€¢ 120

    @DeeptiGit22

    Posted

    use box shadow.

    0
  • P
    DalaScriptā€¢ 380

    @DalaScript

    Submitted

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

    • There was no particular difficulty; I completed it easily and quickly. āœ…šŸš€

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

    • There were no special difficulties in this project. šŸ‘āœØ

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

    • Everything was clear, as I mentioned, there were no special difficulties. āœ”ļø
    • However, I'd still love to get advice from other developers to improve the code. šŸ§©šŸ‘Øā€šŸ’»
    • Any feedback or suggestions would be greatly appreciated. šŸŒŸšŸ’¬
    Deepti Singhā€¢ 120

    @DeeptiGit22

    Posted

    The design is good, similar to the provided one. But you could change your media query a little bit. Because on the Laptop screen also I see the mobile image instead of a desktop image. @media screen and (min-width: 768px)

    1
  • Caiquedev123ā€¢ 80

    @Caiquedev123

    Submitted

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

    aprendendo sempre a mais

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

    css

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

    js

    Deepti Singhā€¢ 120

    @DeeptiGit22

    Posted

    you are missing the background color on preparation time section and border-bottom in lots of places.

    0
  • Deepti Singhā€¢ 120

    @DeeptiGit22

    Posted

    use align-item : center for aligning your card in the center of your page. ( only if you are using flex for centering your card).

    Marked as helpful

    1
  • P
    Mark Susonā€¢ 100

    @marksuson

    Submitted

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

    Simple HTML, CSS. Glad I kept it simple.

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

    No Challenges.

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

    accessibility

    Deepti Singhā€¢ 120

    @DeeptiGit22

    Posted

    use the correct color for paragraph

    0
  • Deepti Singhā€¢ 120

    @DeeptiGit22

    Posted

    use given image and try to match the design.

    Marked as helpful

    1