Day 5: Transitions and Animations QUESTION 1: File: hover.css Description: Add a transition effect to a button: Change the background color smoothly on hover. QUESTION 2: File: animation.css Description: Create an animation with @keyframes that: Moves a box from left to right across the screen. QUESTION 3: File: blink.css Description: Create a blinking text animation using CSS. QUESTION 4: File: button.css Description: Add a scale-up effect when a button is clicked using the transform property.