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

  • @ccadubr

    Submitted

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

    If the code is clear and easy to read, if the HTML is structured semantically, if the CSS stylesheet is well-organized, and if there is a more efficient way to accomplish a specific task.

    @vighgiv

    Posted

    Using the px unit for font-size is not recommended because it is not accessible. When users adjust their browser’s default font size, the text on your site will remain fixed at the px value you set. Use rem instead of px.

    For more details, you can check out this blog post.

    Personally, I recommend a helpful VS Code extension called px to rem & rpx & vw (cssrem) to effortlessly convert between these units.

    Hope this helps!

    1
  • Atharva 30

    @Atharva90git

    Submitted

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

    After log time completed this basic frontend project. I enjoyed this development process. i will try to complete it more faster way.

    @vighgiv

    Posted

    This looks really promising! A few small tweaks could make a big difference:

    • Never set fixed widths, instead use max-width as it will prevent overflowing.
    • Be careful when using percentages for width. You can see that at the 601px breakpoint the card becomes very narrow. What do you think you should replace width: 27% with?

    Marked as helpful

    0
  • @vighgiv

    Posted

    I would adjust the padding and add box-shadow, then everything should line up perfectly!

    0