Ximo Romero
@Ximoromero6All comments
- @Pycoder300Submitted 6 months ago@Ximoromero6Posted 6 months ago
Hi Pycoder, you could try to align vertically the main container, however you did a great job, keep going :)
Marked as helpful0 - @esurrealSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I'm most proud of getting through the challenge without too many headaches. I think I'll be faster next time.
What challenges did you encounter, and how did you overcome them?Centering the avatar photo and the name was confusing, but I got it eventually. I used trial and error.
What specific areas of your project would you like help with?I already submitted earlier, but needed to re-do it. I think the help given to me was good. It helped me center the card on the body.
@Ximoromero6Posted 6 months agoHi Eric, you could try to reduce the padding on the main container, however you did a good job, keep going ;)
0 - @Reney17Submitted 6 months ago@Ximoromero6Posted 6 months ago
You did a great job recreating this challange Nicolette, keep going :)
0 - @Mazen922Submitted 9 months ago
Hi Frontends
I need your feedback , I just finished my Challenge 😊.
@Ximoromero6Posted 9 months agoHi Mazen,
I just checked your challange and I can say you did a great job, however let me give you some little datails to improve it a bit:
- You could use the property
min-height: 100vh
on the body element and use flexbox to center vertically your container. - Also you can use the property
line-height: 22px
(you can play with the measures) to give some space to your paragraph. - The width of the border on the container should be 1px to make it closer to the given design.
- And last, you could give a margin bottom on the part of the name.
That's all! Have a good day Mazen :)
Marked as helpful0 - You could use the property