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'm proud of using grid to make the layout

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

    I encountered the challenge of styling space between paragraphs and component as their appear in the design. How to know the current space between paragraphs so i can know the amount to add up for example i could set margin of paragraphs to zero but still there was some space between them making it difficult to know the space to add so as they could look like in the design. I used developer tool.

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

    I would like help on best ways how to style and calculate space between paragraphs. Is good to use margin, gap or other ways?

  • Submitted


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

    I'm proud to make the card responsive to both mobile view and desktop view

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

    I had a problem on changing the image on desktop preview in the @media and i overcome it by using content: url()

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

    I would like help on squeezing the header to make it align exactly as in design, i tried using right padding but didn't work. I would like help on removing the scroll bar on mobile preview, i tried to set the height of body to fit content but didn't work

  • Submitted


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

    I'm proud of using flexbox to achieve the layout. I want to read about grid and try it on project

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

    I had a challenge on determining padding and margin on the project screenshot and using it in such a way it does not affect other parts that i was done with.

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

    I would like help on how to determine and use margin and padding and use them without affecting other parts.

  • Submitted


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

    I'm proud that i was able to position items easily using position elements and i used flex box easily.

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

    The challenge that i encounter is that the preview of the site on my browser when i'm working seems a little different after i upload in the design comparison as it more in the top that the design while in the browser it is in middle. I'm still working on that and i need any help i can get about that

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

    I would like help with how to put site in the middle so as it can align with the design.

  • Submitted


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

    This time the challenge had more elements to arrange compared to the previous one and i had good time practice learning how to position elements as they are in the design

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

    I encountered the challenge of making space between elements using padding and margin as they altered the space of other elements. I used position property as it didn't alter the position of other elements

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

    I would like help with using margins and paddings in making the space as they are in the design.

  • Submitted


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

    I'm proud of developing my first project after learning html and css. I was able to apply concepts like positioning and flexbox. Next time i would like to do a challenge with more components like headers, navigation bar, and footer.

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

    I encounter the challenge of responsiveness on mobile device and i used media query to fix it. Also i had challenge in arranging the text space as how they were in the design and i used margin and padding.

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

    I would like help in following areas. a)How to view the work how will appear on mobile while developing it so as to achieve responsiveness. I always minimize the browser to see how it will look on mobiles but when i view on mobile i found they are slight different. b)How to determine the values of top and left properties of position when making containers at center. I always guess them while viewing to see if they are at center.