Bonjour, j'ai pour projet en NSI de faire un site contenant des jeux.
Pour le début, j'aimerai avoir un gif en background mais je n'arrive pas à relier l'html et le css. Si quelqu'un pourrait m'aider? merci !
Pour le début, j'aimerai avoir un gif en background mais je n'arrive pas à relier l'html et le css. Si quelqu'un pourrait m'aider? merci !
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="style.css">
<title>Game&Cie</title>
</head>
</body>
</html>
body {
color:black;
background-color:white;
background-image:url(gif/https://i.ibb.co/1XnsgSx/c3b6af408c9e187f73ab5da5ebb045b5.gif);
}