Answers for "how to make gradient background image in css"

8

css linear gradient

#grad {
  background-image: linear-gradient(to right, #f1b1b1 , #82e6e8);

}
Posted by: Guest on September-01-2020

Code answers related to "how to make gradient background image in css"

Browse Popular Code Answers by Language