...

/

Problem: Fade-In Notification Banner

Problem: Fade-In Notification Banner

Try to create a smooth hover zoom effect on an image using only CSS transform and transition.

Problem description

Given an HTML page containing a <div class="notification-banner"> element, write CSS to:

  • Set its initial opacity to 0.

  • Define a @keyframes ...