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?

    I am more proficient in using lists.

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

    I had a hard time CSS colors and fonts for Unordered Lists/ Ordered Lists and list content. And I did it, although not very well.

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

    I look forward to receiving your feedback to improve my skills.

  • Submitted


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

    Bạn tự hào nhất về việc đây là dự án tôi làm nhanh nhất.

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

    không có

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

    Tôi muốn các bạn nhận xét về việc sử dụng nguyên tắc BEM và các semantic đã chính xác hay chưa?

  • Submitted

    QRCode

    • HTML
    • CSS

    2


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

    I'm most proud of the fact that my photos didn't spill out of the parent card, I struggled for a long time with that.

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

    I had trouble getting the section tag to center horizontally and vertically on the page. I overcame them by:

    • Positioning the section relative to its nearest positioned ancestor or initial containing block (viewport).
    • Setting the top position of the section to 50% of the viewport height.
    • Setting the left position of the section to 50% of the viewport width.
    • Centering the section horizontally and vertically by shifting it half its width and height in opposite directions.

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

    -- Am I using the tags correctly? -- Is my CSS correct to not let the image overflow the parent tag and center the section tag? Is there anything I can improve? -- I linked the google font Open San, but it doesn't recognize this font? Why? What should I do?