I have fixed a few issues I had and couldn't be happier!
Fernando Laxi
@ferlaxiAll comments
- @DainaUSubmitted over 1 year ago@ferlaxiPosted over 1 year ago
Nice work! in the source in all images
src='./'
add the . before the /Marked as helpful2 - @NizarMjrSubmitted over 1 year ago
This project is very wide it contains many parts of frontend conding skills, My work does not accurately as the challenge demand but i did my best to finish it Please share with your feedback , Thanks
- @amiralee97Submitted over 1 year ago
I couldn't get my card to justify center, so I added a margin-top to remedy this. What is the cause of that happening? And is there a better solution? I wasn't sure to remove the space on the sides of the image without it affecting the border radius, is there a solution for this?
@ferlaxiPosted over 1 year agothe container was not centered because a height value was not defined. You should put in the css file in body: height: 100vh; and remove the margin-top and voila! :) nice work! it looks really nice
2