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 was able to set a div focusable

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

    I had difficulties getting the right size, I had to eyeball it . Also used Chrome Dev tool's ruler feature for some part of it...

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

    Centering a div container (both vertical and horizontal) using position absolute.

  • Submitted


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

    What are you most proud of?

    • Tried Glassmorphism for the attribution container

    What would you do differently next time?

    • Get better at making use of css units (em, rem, px, vw, vh, etc).

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

    • None for now

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

    • Advice on when to use em or rem units.
  • Submitted


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

    • Creating a reusable css rule
      
        ...
      
    
    .displayFlexCol{
      display: flex;
      flex-direction: column;
      ...
    }
    

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

    • None for now

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

    • Media queries
  • Submitted


    I've just completed a front-end coding challenge from @frontendmentor! 🎉

    You can see my solution here: https://www.frontendmentor.io/solutions/result-summary-component-using-html-and-css-flex-aL-_lEcDzc

    Any suggestions on how I can improve are welcome!