Problem Statement
Which class applies a gradient background from left to right?
Explanation
The 'bg-gradient-to-r' class creates a gradient background that flows from left to right. Combine it with 'from-' and 'to-' color utilities to control the gradient direction and colors.
Code Solution
SolutionRead Only
class='bg-gradient-to-r from-blue-400 to-green-500'
