Answers for "how to do a horizontal linear gradient"

CSS
9

css horizontal linear gradient

background: linear-gradient(to left, red, blue);
Posted by: Guest on April-28-2020
8

css horizontal gradient background color

.foo {
	background-image: linear-gradient(red, blue);
}
Posted by: Guest on March-06-2020

Browse Popular Code Answers by Language