.bg { background-image: linear-gradient(red,yellow); }
.bg { background-image: linear-gradient(to right, red , yellow); }
.bg { background-image: linear-gradient(to bottom right, red, yellow); }