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

  • Munib ahmad• 190

    @MunibAhmad-dev

    Submitted

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

    none

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

    Alot

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

    I would appreciate help with adding a background image to the body element. Despite using various properties, I was unable to achieve this. Additionally, I struggled to add a border radius to only the upper part of the image and found it very difficult to center everything. Any advice would be greatly appreciated. like i'm beginner si this was veru tough project i ever done, i only use flex box maybe thats why

    @jpdavalos423

    Posted

    Hey Munib! Great work on this challenge. As for adding a border radius to only the top corners of the image consider this example:

    border-radius: 20px 20px 0px 0px;
    

    The border-radius property in this example uses 4 arguments each representing a different corner. The arguments start at the top-left corner and follow clockwise. Be sure to adjust the numbers accordingly in order to fit your implementation.

    Marked as helpful

    1
  • @jadrianh

    Submitted

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

    I think I made a good start with this project. My principal focus now is learn about the front end. All of this work was done with my knowledge at the time.

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

    My principal challenge was the CSS, I'm really practicing that part, but it was really difficult to make the QR component the most identical to the reference was tough.

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

    None in particular.

    @jpdavalos423

    Posted

    Hey Adrian! Your project looks great and good work on getting started. Here's a few of my suggestions for the future:

    • Pay attention to the sizes and positioning of various elements and compare your design to the original. The size of the card can reduced a bit and can also be adjusted vertically on the page.
    • Take note of the colors and font weights used. The color and positioning of the bottom text can still be adjusted a bit.

    Overall great work and good luck on your future projects! If you have any more questions feel free to reach out.

    Marked as helpful

    1