I want the comma separated value not to lie on same line instead lie on different line,
.container{
color:red;
backgroud-image:linear-gradient(red,yellow),
linear-gradient(grey,purple); //like this
texta-align:center;
}
Example:
