Voici votre URL de partage https://sharemycode.io/c/04cfe8c (Cliquer pour copier) (Copié)

Nom du fichier : SITE MOCHE

<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Position des Images</title>
  
</head>
<body>
    <style>
        body {
            background-image: url(body-bg.png);
        }

        .logo {
            width: 50px;
            left: 150px;
        }
        .header {
background-color: white;
height: 120px;


        }
    </style>



    <header class="header">
        <img src="logo.png" class="logo">

    </header>
</body>
</html>

Informations

Cet extrait a été créé le 29 nov. 2024 à 15:36:21

Cet extrait expire le 29 déc. 2024 à 15:36:21

Langage : html

Logo html

Link

Voici votre URL de partage : https://sharemycode.io/c/04cfe8c Copié