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 proud of the fact that I'm getting better at this

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

    The biggest challenge is finding the exact width and height of the elements by just looking at the design pictures.

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

    Any suggestion would be welcome

  • Submitted


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

    I am proud of learning something new every day. Today I learned a new way of centering the element. I usually use flexbox, but this time I tried a different approach, using the code bellow:

    div { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

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

    I was looking for a way to add some style to the parent div .container (make a bigger shadow) while hovering over a child element (h1 with text HTML & CSS foundations). If someone who is a beginner like me needs it, it is done by using this code on parent and child:

    div.parent { pointer-events: none; }

    div.child { pointer-events: auto; }

    div.parent:hover { background: yellow; }

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

    I appreciate every feedback you think would help me improve my design.

  • Submitted


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

    This is my first Challenge on Frontend Mentor, and I am proud that I finally started actively learning after a few courses of studying frontend.

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

    I did not encounter any challenges, since this one is pretty basic, but I know that the future projects will be much more challenging

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

    I do not need much help on any areas in this project.