degradado
by Slee
HTML
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Ajustar Fondo de una página web</title>
<link rel="stylesheet" href="estilos.css">
</head>
<body>
</body>
</html>
CSS
body {
background-image: url("https://cdn.pixabay.com/photo/2021/12/30/12/09/gaming-computer-6903836_1280.jpg");
background-repeat: no-repeat;
background-size: 100% 100vh;
}