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
    Shaun Pour 630

    @ShaunPour

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am kind of proud of how quickly I finished this one. Not counting breaks for irl things, this only took a bit under a day to go from start to finish on. I would have liked to do a better job at precise positioning of certain elements and matching the visual style of some text elements however.

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

    The main challenge was the fact that I couldn't remember how to do box shadows which I got past using the power of googling.

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

    N/A

    @viveknagesh21

    Posted

    Hey Shaun, I have gone through live site. Maybe you made some changes that made desktop version stretch and affect the alignments.

    Quick fix would be using absolute units for width like

    .card {
    max-width : 336px;
    }
    

    Marked as helpful

    1
  • @viveknagesh21

    Posted

    Nice ! But don't use <a> tags for para/desc. Also, you can use provided Font using link element

     <link
          rel="stylesheet"
          href="https://fonts.googleapis.com/css?family=Outfit:regular,italic"
        />
    

    Marked as helpful

    0