Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • P
    Xqgoji 120

    @JhinDanzo

    Submitted

    What challenges did you encounter, and how did you overcome them?

    Responsive design, especially cropping picture

    What specific areas of your project would you like help with?

    nothing

    @geekyAbhijeetSr

    Posted

    Hey! Awesome work! Here are a couple of suggestions:

    • CSS Variables: Consider using CSS variables to store colors, font sizes, etc. This allows you to easily adjust styles across multiple elements.
    • Mobile-First Approach: Try tackling the layout with a mobile-first approach. It's generally easier to add complexity for larger screens than to remove it for smaller ones.

    Marked as helpful

    0
  • @geekyAbhijeetSr

    Posted

    I can see in your code you are using media queries but truly you don't need any media queries for this design. I didn't read your whole code now but by looking at your design I can say that you need to add max width to your card component and try to solve it using mobile first approach.

    0