Was able to understand JS a bit better
What challenges did you encounter, and how did you overcome them?NA
What specific areas of your project would you like help with?NA
Was able to understand JS a bit better
What challenges did you encounter, and how did you overcome them?NA
What specific areas of your project would you like help with?NA
Try to play a little with padding and margins, also try to give a fixed width to the container to try to work on it
How I added different layout for different breakpoints aside from what is on the design files. And I'd do so sooner if I was doing it again, because it took me an embarrassingly long time to figure out.
What challenges did you encounter, and how did you overcome them?Nothing much
What specific areas of your project would you like help with?Nothing much.
Nice Job, the cards are a little smalls but that isn't important
Я долго не мог написать корректную верстку для позиционирования изображения и подчеркивания строк в таблице. Причиной было то, что последний блок был некорректно составлен.
Я понятия не имею, что сказать, ширина была идеальной, но набивка сверху - это проблема
To be centered on the screen, you require that the body or container that has everything is flex, justified to the center and aligned the same
I'm happy I could complete this challenge faster than the first and didn't face any difficult issues. I will try to recreate the same design in react next time.
What challenges did you encounter, and how did you overcome them?So, I wrapped a span and p tag in a div and used flex with the direction set to a column. After applying a background style to the span, it filled the entire row and I couldn't figure out how to make it fit content until I asked ChatGPT. The solution was to set a width and height but I thought that wouldn't work well forgetting I could have used the "fit-content" property which I later used to solve the problem.
What specific areas of your project would you like help with?I understand everything I learned from doing this challenge and wouldn't make the same mistake again. Hopefully
I proud of remember how to do media queries.
What challenges did you encounter, and how did you overcome them?Align the card in the center of the page, I was using body reference instead of html
What specific areas of your project would you like help with?It was a simple project, I think is good at it is
It was my first challenge, at the time it was difficult, I solved it by printing and experimenting with the use of CSS, I really don't know how much I can explain about it