body{
background-color: yellow;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css">
<title>Document</title>
</head>
<body>
<p>
Hello!
</p>
</body>
</html>
.img{
background-image: url("alondra-lucia--_os35-xQjc-unsplash.jpg");
background-size: no-repeat;
background-position: center;
background-size: cover;
height: 400px;
width: 400px;
}
body{
background-image: url("alondra-lucia--_os35-xQjc-unsplash.jpg");
background-repeat: repeat-x;
background-position: center;
background-size: 20%;
}
.img{
background: linear-gradient(to top, #2639fa, #c9d1ff);
width: 400px;
height: 400px;
}
background-size: ширина высота;
background-size: 400px 400px;
background-size: 400px;
background-size: contain;
<body>
<img src="alondra-lucia--_os35-xQjc-unsplash.jpg" alt="Утренний завтрак">
</body>
<body>
<a href="vk.com"></a>
<img src="alondra-lucia--_os35-xQjc-unsplash.jpg" alt="Утренний завтрак">
</body>
opacity: 0.5;