Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
body {
background-image: url("https://images.unsplash.com/photo-1523800503107-5bc3ba2a6f81?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=80");
background-size: 70% 400%;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<h2>Exemple de la taille de l'image de fond.</h2>
<p>Ici on peut écrir n'importe quelle information.</p>
</body>
</html>