Christian Dong
@namdtfuAll comments
- @minasolimanSubmitted about 19 hours ago
- @jeraldbiananSubmitted 1 day agoWhat are you most proud of, and what would you do differently next time?
I think I am very close to the design.
What challenges did you encounter, and how did you overcome them?I have noticed that in the figma design, there are some font weight where medium/500 is used like in the published time and description, but this font is not provided in the starter files.
What specific areas of your project would you like help with?none as of the moment
- @progValjiSubmitted 1 day agoWhat are you most proud of, and what would you do differently next time?
I started the project using flex-basis, but when I added the image it didn't respect the height of its parent. So I'd rather add the background image, although I'd have to be careful, since as the width decreases the image may become misaligned.
What challenges did you encounter, and how did you overcome them?The challenge I faced was making the card flexible enough as the screen width decreased. I solved this by adapting the box model.
What specific areas of your project would you like help with?Handling flex-box properties
Properties like flex-basis, flex-grow and flex-shrink are exceptional properties that help make a box flexible enough. Knowing how to handle these properties will bring excellent results when making projects.