Ok this has been bugging me for a while ,after searching alot in the web I found that this should work in index.css
body {
background-image: url(../src/components/images/photo.jpeg) no-repeat center center
fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
However it apparently doenst work .Can someone please tell me how to fix this?