Answers for "css jppeg background image gradient"

2

background with image and gradient

body {
  background: #eb01a5;
  background-image: url("IMAGE_URL"); /* fallback */
  background-image: url("IMAGE_URL"), linear-gradient(#eb01a5, #d13531); /* W3C */
}
Posted by: Guest on September-08-2020

Code answers related to "css jppeg background image gradient"

Browse Popular Code Answers by Language