Can background-image in css3 realize gradual change from top to bottom as well as from left to right?

background-image is a linear gradient, and the gradient is also linear according to the angle, so it is impossible to realize the gradient in both directions

.
Css
Feb.10,2022

-sharpgrad {
    width:200px;
    height:200px;
  background: -webkit-linear-gradient(45deg, red, blue);
}
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3ddd7-2c3bc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3ddd7-2c3bc.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?