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?

    Use SCSS, I hope to understand it more. Find a new way for width in media queries instead of writing min-width and max-width every single time by using (minValueWidth

  • Submitted


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

    Know how use :is and :nth-child in CSS

  • Submitted


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

    I made the design responsive by using rem units for all measurements, which makes it easier to handle responsiveness. So, all I did was change the root HTML font size to adjust everything accordingly.

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

    This is my first time using CSS preprocessors; I hope to improve next time. I overcome this by reading SCSS documentation and watching tutorials. There's a challenge I can't overcome on it :( I don't know if it is a shadow or background with padding, I try both but no one gives the same design effect. Any feedback is welcome!

  • Submitted


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

    More understanding of flexbox layout.

  • Submitted


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

    The margin collapse between the section's top and bottom margins I overcome it by display: flex for the parent sections

  • Submitted


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

    Make it responsive, and next time I will try a better way to do that.

  • Submitted


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

    Made it by grid

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

    Using grid btw I feel the grid too complex for me

  • Submitted


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

    Using grid instead of flexbox

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

    This is the first time I have used a grid, I'm overcome by YouTube tutorials and reading articles, But the biggest challenge is making it responsive, especially for small laptop screens and iPads it was rigorous.

  • Submitted


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

    The challenge for me is changing the cursor pointer's color to the anchor tag, but I can't change the color. I try to use caret-color and ::after but didn't efficient If anyone had an idea to change the color share it with me.