Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sté #449

Open
Elghodali opened this issue Oct 14, 2024 · 0 comments
Open

Sté #449

Elghodali opened this issue Oct 14, 2024 · 0 comments

Comments

@Elghodali
Copy link


```<!DOCTYPE html>
<html lang="fr">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>École Secondaire</title>
    <style>
        /* Style pour la bannière */
        .banner {
            width: 100%;
            height: 400px;
            background-image: url('path_to_your_image.png'); /* Remplacez par le chemin ou l'URL de l'image */
            background-size: cover;
            background-position: center;
            display: flex;
            justify-content: center;
            align-items: center;
            color: white;
            font-size: 2em;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }
    </style>
</head>
<body>

    <div class="banner">
        <h1>Bienvenue à notre école secondaire</h1>
    </div>

</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant