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

  • @DragonFireShield

    Submitted

    At first it only worked on Safari, but after a quick update it now works for chromium browsers too. I still find it a bit confusing to work with images and proper layout. Looking for some tips on where I can improve!

    ArthurS 140

    @art5551

    Posted

    Looks good. I would recommend adding a max-width so the text and button don't stretch. I suggest you explore the flex attributes to center your content. For example, body { min-height: 100vh; display: flex; justify-content: center; align-items: center; } I am relatively new to frontend but flex is awesome.

    0
  • @AlexAgustini

    Submitted

    I've had a problem with the hover effect on the button, every time i hover over it, my container height increases because it adds some pixels of the button border, anyone knows a simple solution to avoid this ?

    ArthurS 140

    @art5551

    Posted

    Believe it's just the border you are adding on hover. remove the border?

    Marked as helpful

    0