.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
.
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
Your code looks clean and easy to understand, you did a nice job.
Most proud thing I did was to include javascript in my solution
What challenges did you encounter, and how did you overcome them?Limitations of CSS was what I encountered
What specific areas of your project would you like help with?Nothing Really
You did a great job on the JS part. Using function for expanding the box shadow and connecting it to CSS is very smart. Overall your solution is very well-structured and does not have any issues on other devices.
I am proud of having solved the exercise, next time when I start I will put the css variables from the beginning
What challenges did you encounter, and how did you overcome them?The challenges I found were that the texts and images went outside the size of the container, so I started to think and said if I put a flex display it will surely be solved, and that's what happened, but it kept coming out of the container. the length, although the width was already fine, so I commented on the height and it worked
What specific areas of your project would you like help with?I would like help with the container part, since at the beginning I was thinking of creating a container and making the card there, but then I said I need two containers, one for the background, and the other for the card.
Your website demonstrates a strong understanding of design principles and problem solving. I am impressed with how you resolved the issues with text, width and images by implementing flex displays, ensuring they stayed within the containers, that's a hell yuh.