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?

    This project helped dive deeper into css grid, I learned how to span colums and rows, how to shift contents from one column/row to another. I am really proud of that. I can't think of anything I'd have done diffrent at the moment.

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

    Making the layout of the cards and aligning the quote image was my biggest challenge. I figured out the layout thanks to kevin powell and w3school, but I am still struggling with the image.

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

    Well, like I stated the quote image was one of my biggest challenge on this product, especially for bigger screen. But I have fixed it :)

  • Submitted


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

    How hard I tried to figure out the desktop view without using ai lol

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

    The desktop view was a challenge for me, I was on the right track with my html structure but my inadeqaute knowledge on flex and grid held me back. A friend helped me over come by giving a simple explanation.

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

    Well I left the mobile view for ipad mini and ipad air tablet, I know my responsiveness is not as strong yet, especially for the tablet cause I belive it's meant to take up most of the space of a screen but on the ipad pro it leaves alot of space at the bottom and the contents are just in their positions(you can check this out on the screens provided by your browser and give me feedback pls). Any tips on how to fix this?

  • Submitted


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

    I am most proud of the responsiveness because I used the mobile first approach. This approach reduced the line of codes I have in my css media query.

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

    Changing the image based on the screen size was one of the challenge I faced. But, I over came by searching on the internet and finding the right css property to achieve what I was after

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

    The cart icon in the add to cart button isn't fixed on tablet to desktop but it is on mobile screen. Here's the CSS for tablet/desktop .cart { position: absolute; right: 44%; margin-top: 30px; } On mobile its in the right position but on tablet/desktop screen size it gives space between the icon and "add to cart" text. How do I fix this issue?