the final result.
What challenges did you encounter, and how did you overcome them?the default margin of <p> element, and finaly i remove it in order to do it manually.
What specific areas of your project would you like help with?nothing !
Everything again. I am not perfect.
none. Thank you.
But I'll like to get other people feedback and their opinion.
the final result.
What challenges did you encounter, and how did you overcome them?the default margin of <p> element, and finaly i remove it in order to do it manually.
What specific areas of your project would you like help with?nothing !
Your code is well-structured and responsive, ensuring the layout adapts to different screen sizes. However, The font weight for the name (.name) is set to 150, which may be too light—using 600 or 700 would improve visibility. Additionally, adding cursor: pointer; to the .btn class ensures a better user experience, especially on mobile devices. The footer might overlap content on smaller screens, so positioning it at the bottom with position: absolute; bottom: 10px; width: 100% could keep it in place.
I had chance to learn about css custom properties and handling images in css.
I think the css units should thought of more . I will use other units instead of pixels
What challenges did you encounter, and how did you overcome them?object-fit: cover
css property to overcome it.