Very proud of my handling of the grid : i didn't know about this technique and i find it very elegant and easy to understand.
What challenges did you encounter, and how did you overcome them?managing the breaking point of the grid.
Very proud of my handling of the grid : i didn't know about this technique and i find it very elegant and easy to understand.
What challenges did you encounter, and how did you overcome them?managing the breaking point of the grid.
in this project I learn little bit about how to give responsivness to websites and also some Html properties and how to apply that
What challenges did you encounter, and how did you overcome them?the challenge is howw to give responsivness to page
Your project shows great progress, especially in learning about responsiveness and HTML properties. However, I noticed the card isn't centered properly, and the top is cut off the screen. A bit of adjustment in the layout should fix these issues.
Your project has a unique touch and is looking good. The padding and margin choices could use some adjustments to improve the overall layout and spacing.
I'm very proud of the way my work came out in the end, since I've done something similar to this I was more confident I could take this on.
What challenges did you encounter, and how did you overcome them?I had issues with centering the 'sub-container' (e.g. Image) but i was able to overcome this by putting the image in a div tag then centering that div tag. Boom! The image was centered, fun :)
What specific areas of your project would you like help with?Usage of flex box and centering items on screen.. Vertically & Horizontally.
Great work on your project, especially in overcoming the centering challenge with the image. Instead of using margin, I usually apply Flexbox on the body to handle centering, which works perfectly for both vertical and horizontal alignment.