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 solutions

  • Submitted


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

    Learned and used Flexbox in the challenge

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

    Nothing new

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

    Nothing right now

  • Submitted


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

    I was able to center an element and used Figma design to get information like width height font size and color. Next time I will try to read thoroughly figma design for a better understanding

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

    The challenge was to center the blog preview card. I achieved this using making position: fixed and using top and left properties to move the item horizontally and vertically then using the transform function to move the element to its half width and height, resulting in the blog preview card centered horizontally and vertically.

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

    Could you tell me what is the correct way to center an element?

  • Submitted


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

    I was able to complete the challenge close to the design. Next time I will more focus on learning about the positioning of the elements.

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

    Learned that if an element has padding applied let's say 20px on all sides and if we also apply the border-radius to less than 20px we might not see the rounded corners of that element because, The reason is that the rounded corners are created within the element's border-box, which includes padding. If the border radius is smaller than the padding, the curves fall entirely within the padding and become invisible. Increasing the border-radius allows the curvature to extend beyond the padding and become visually apparent.

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

    Q. I am new to the CSS HTML I was somehow able to complete the challenge but I still don't know if this is the correct approach or not. Could anyone help me what could I have done better here?

    Q. If I apply padding of 20px to an element and then I apply border-radius: 20px why the border does not appear rounded on my element?