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

  • @Bhimgouda

    Posted

    I saw your solution preview site and I think it's already really good. Here’s some tips for you to improve it:

    1.Add transitions to make the interaction smoother while the element gets hovered, you can use a value like transition: all ease-in 0.5s.

    2.The box-shadow is a bit too evident, this is due the opacity and blur. The secret to create a perfect and smooth shadow is to have low values for opacity and increase blur try this value instead: box-shadow: 12px 7px 20px 6px rgb(57 75 84 / 8%);

    If you’re not familiar to box-shadow you can use this site to create the shadow design and then just drop the code into the CSS: https://html-css-js.com/css/generator/box-shadow/

    Marked as helpful

    0
  • @Bhimgouda

    Posted

    You have took this challenge to a different level and I have saved it because I am going to make the same... and If I ever need any help then I can directly hop on to your git repository and get it done... Keep inspiring!!

    0