My background image not appears in my site

60 Views Asked by At

I'm trying to use an image as background in my code, but the image does not appear, i just got a white background

body{  
  background-image: linear-gradient(rgba(88, 0, 185, 1), rgba(40, 0, 255, 0.5)), url(components/images/bgheader.svg);   
  font-family: MADE TOMMY THIN;   
  font-size: 16px;   
  line-height: 20px;   
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px; 
  color: white; 
}

(https://i.stack.imgur.com/IT3k9.png)

0

There are 0 best solutions below