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
    Paul 10

    @Chasusa

    Submitted

    This is my first submission on Frontend Mentor.

    Would appreciate feedback on my HTML structure and CSS as well. I feel that I wrote too much code and could maybe have simplified it better.

    Thanks for any feedback!

    @itsrafsanjani

    Posted

    Your design looks perfect. But did you manually calculate those bottom, left, right, top? If yes then stop doing that. Try to use flex or grid as much as possible. So that other developers can read and modify your code easily. And use href="#" if you don't know the link.

    Marked as helpful

    0
  • @itsrafsanjani

    Posted

    body { background-repeat: no-repeat; background-size: cover; }

    Use this and also add hover state for the buttons.

    And also add some box-shadow for the card.

    Marked as helpful

    0