Answers for "background linear gradient property"

CSS
4

html css background linear-gradient

#background {
  background-image: linear-gradient(to left, #4B2C4C , #151F28);
}
Posted by: Guest on December-03-2020

Code answers related to "background linear gradient property"

Browse Popular Code Answers by Language