Having trouble accessing an HTML image from a CSS script. Can anyone help?
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>
Unable to find any solutions on this issue on stackoverflow, so seeking assistance here.