Problem: Fade-In Notification Banner
Try to create a smooth hover zoom effect on an image using only CSS transform and transition.
We'll cover the following...
We'll cover the following...
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
...