Latest solutions
Product preview card
Submitted 7 months agoI'm still having a hard time trying to understand what's the correct size of the containers without the use of figma and the difference between padding/margin. Other than that I'm getting the hang of it. I would still love any feedback!
Blog Card
Submitted 7 months agoI haven't added any responsiveness to different medias, so any feedback is welcomed!
Social Links Profile
Submitted 7 months agoAny and every feedback is welcomed, I'm still freshening up my skills.
Simple Omelette Recipe
Submitted 7 months agoAny and every feedback is welcomed, I'm still freshening up my skills.
Latest comments
- @ronesanttos@hmothershed
Good Job!
- @brodel10@hmothershed
Really nice work!
- @guillaume-pagesWhat are you most proud of, and what would you do differently next time?
My solution is close to the design, I think I did quite well even though this time I didn't have access to the figma file.
What challenges did you encounter, and how did you overcome them?As previously said, I had to try to copy the visual based only on the screens.
@hmothershedLol I totally understand not having access to the figma file, but you did a really good job based off of your visual expertise. With that being said, this is what I saw so far.
- You could reduce the width and height of the image to get a similar style like the design
- You can change the font size for "Jessica Randall" and add padding in between the text.
- Also you can add padding so that there's a spacing from the last button to the bottom of the card.
- @FrostyyShooterWhat are you most proud of, and what would you do differently next time?
i would like to exclude the usage of flexbox the next time. while learning CSS i got the hang of flexbox without trying styling with the old method
What challenges did you encounter, and how did you overcome them?none
What specific areas of your project would you like help with?centering elements without flexbox
@hmothershedAt lines 20 and 34, your header and profile images aren't linked correctly. Make sure to include a "." in the beginning of the line for the source of the images so it should look like this for the both
<img src="./assets/images/illustration-article.svg" alt="" />
<img src="./assets/images/image-avatar.webp" alt="profile image" />
- P@CooleyWC@hmothershed
Good work.