I am trying to set a Background Image which is a URL: https://homepages.cae.wisc.edu/~ece533/images/airplane.png
When i try like below it is not working
body {
background-image: url("https://homepages.cae.wisc.edu/~ece533/images/airplane.png");
background: linear-gradient(red, pink);
}