Dimitri Mabom
@dimitrimabomAll comments
- @Bruno514Submitted 29 days ago
- @1lijaSubmitted about 2 months ago@dimitrimabomPosted about 1 month ago
That's all very well. But could you take another look at the pagination and the fonts? And also the colors, if possible.
0 - @Mohan232gitSubmitted 6 months ago
- @julianesilvac75Submitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I'm still learning how to use figma designs but I managed to get it very close to the design, so I'm proud of that. Next time I'll take even more time to analyse all the design details before I start building the CSS, so I don't have to go back to it all the time.
What challenges did you encounter, and how did you overcome them?It's my first time trying to use
What specific areas of your project would you like help with?rem
instead ofpx
, and I still get confused with it, had to read a lot of documentation to get it right.Suggestions on how to make my code cleaner are always helpful, especially the CSS!
- @andrew-j-brownSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of remembering the fundamentals, as I haven't touched web dev for a few months. I can't think of anything I would've done differently for this (it is just a simple card after all).
What challenges did you encounter, and how did you overcome them?I forgot how to create proper responsive images, and did some research into how to do so. I ended up going with this approach:
img { max-inline-size: 100%; block-size: auto; border-radius: 12px; }
max-inline-size was a new one for me, I've never done responsive images with that line before. I quite like it!
What specific areas of your project would you like help with?N/A