I have a background image of my web page called "fondo_campo1.jpg", the problem I have when viewing the image in full size.
The image is repeated if the size is not larger than the resolution size of the screen. And if I put the property: background-repeat: no-repeat; the missing part makes it blank.
URL of the image: link
What should I do?
body{
background-image: url("https://andro4all.com/files/2017/07/fondos-miui-9-700x618.jpg");
}
<!DOCTYPE html>
<html lang="es">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Reservar</title>
<link rel="stylesheet" href="css/estilos_reservar.css">
</head>
<body>
//...
</body>
</html>