I am attempting to use a URL for a Background Image:
However, my approach is not working as expected. Here is the code snippet:
body {
background-image: url("https://homepages.cae.wisc.edu/~ece533/images/airplane.png");
background: linear-gradient(red, pink);
}