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

  • @mohamed-magdy26

    Posted

    Hello there 👋. Good job on completing the challenge !. here are some suggestions:

    • remove the height of the ".content" element
    • add padding-top and padding-bottom for both sections ".result" and ".summary"

    Marked as helpful

    1
  • anna 80

    @skulbas

    Submitted

    Did anyone else have troubles with adding a hover effect on the button? As long as the transition duration is short the button flickers on hover.

    UPD: fixed it with ::before+opacity, thanks to Mohamed for the advice

    @mohamed-magdy26

    Posted

    well, I think that background-image is not animated so there is a trick that use pesudo-element (::before ) with the opacity of 0 and increase it when hover, with the use of z-index to keep the text above it

    you can see my solution here

    Marked as helpful

    0