I'm doing a personal project, and I don't understand why it adds a small margin below the image:
* {
margin: 0;
padding: 0;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Card Interactive</title>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<img src="https://i.ibb.co/1RB9mqx/bg-main-desktop.png" alt="">
</body>
</html>
How could I do to remove the margin below the image?
Picture of how the problem looks: