How to create a responsive, diagonal background gradient that adapts to different screen sizes?
I’m trying to create a responsive background gradient that runs diagonally across the entire page. The gradient should adapt to different screen sizes, maintaining its diagonal direction and proportions. I’ve tried using CSS gradients with linear-gradient and background-size, but I’m having trouble getting it to work responsively.