I'm a frontend and technology lover in general but when you won't find me programming you'll see me doing sports, going to the mountains or just doing the other thing I like the most, traveling. If you would like to contact me, do it through my email or my Instagram @Ximoromero5. Happy Coding!
I’m currently learning...React Native
Latest solutions
Browser Extensions Challange - Ximo Romero
#accessibility#fetch#sass/scss#van-jsSubmitted about 1 month ago
Latest comments
- @Pycoder300@Ximoromero6
Hi Pycoder, you could try to align vertically the main container, however you did a great job, keep going :)
Marked as helpful - @esurrealWhat 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.
@Ximoromero6Hi Eric, you could try to reduce the padding on the main container, however you did a good job, keep going ;)
- @Reney17@Ximoromero6
You did a great job recreating this challange Nicolette, keep going :)
- @Mazen922@Ximoromero6
Hi 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 helpful - You could use the property