/* Question 1: What property creates smooth animations on hover? */ /*
Answer: transition */ /* Question 2: Which transform makes an element
grow? */ /* Answer: scale(1.1) */ /* Question 3: Which transform makes
an element move up? */ /* Answer: translateY(-10px) */ /* Question 4:
What values are needed for transition? */ /* Answer: property,
duration, timing-function (e.g., all 0.3s ease) */