Ok so I am trying to access a html image from a css script but Im having a problem
HTML
<!DOCTYPE html>
<html>
<head>
<title>MB</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="Top">
<img class="img-Sale" src="Images/Sale.png" alt="Sale">
</div>
</body>
</html>
I have not found any help on this matter on stackoverflow so thats why Im asking