Answers for "css horizontal gradient background color"

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

Code answers related to "css horizontal gradient background color"

Browse Popular Code Answers by Language