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 challenges did you encounter, and how did you overcome them?

    I encountered a few challenges while working with CSS Grid, especially when it came to the desktop view layout. At first, I struggled to understand how to achieve the desired layout, but learning about grid-template-areas helped me precisely place grid items where I wanted them. Initially, I thought I needed to apply max-width to the grid items for proper sizing. However, I realized that using grid-template-columns effectively handles the resizing of elements across different screen sizes without the need for max-width.

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

    Seems like compared to the design in desktop view the width of my elements seem shorter , can't seem to understand how that happened

  • Submitted


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

    What i was most proud of was getting as close as the design as I can.

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

    I encountered challenges in understanding BEM and SCSS, as it was my first time using both. It took me a while to grasp how nesting works in Sass, especially with the &__ syntax. Additionally, the BEM methodology was entirely new to me, particularly the naming conventions and the use of underscores for class names.

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

    Just getting use to using SASS and Bem in my projects , I like how organize and easy to read

  • Submitted


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

    I looks like the provided design or close to it and what i would do different is start using SASS for nesting and better readability

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

    Getting the spacing around the list items and changing the color of the bullet points. but figured out i just need to add padding to create the spacing and for changing the bullet point color i discovered the pseudo element ::marker

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

    Just making sure my spacing is consistent throughout my layout

  • Submitted


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

    I believe that I design this as closely as possible, anything different I should do?

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

    Challenge i encounter was should I resize the image or just add padding around it. I added padding around the image and I got what i looking for. just hope that's the right approach

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

    Should I had an fixed width for the img ?