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 implement the BEM CSS styling method which I have never used before. Hope I implemented it the right way!

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

    Probably trying to figure out the rem values for the various px values used in the project.

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

    1. How was my implementation of BEM? Is that's how it's done or is there a better way I missed?
    2. Is using rem for the various sizes including the text-size, width, and border-radius the best way to scale the elements based on the screen size? Did I use the rem sizing the correct way?
  • Submitted


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

    Probably using flexbox or grid next time to center the container element; or just other options out there, just to learn what else is out there and how they work.

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

    Probably the CSS classes naming, lol!

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

    • What are the best options for centering a div or any other element for that matter?
    • What are the best ways/best-practices for naming CSS classes?
    • How good was my selection of elements to build this project? I mean, should I have wrapped the different elements in divs or sections or was this approach good enough?