Skip to main content

CSS Hover issue

Comments

1 comment

  • KC George

    Hi Elliot,

    Please paste your content within a column and add this CSS to the column to apply the hover effect.

    element:hover {
     transition: trasnform 0.4s;
      transform: scale(1.1, 1.1);
    }
    0

Please sign in to leave a comment.