Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="fr">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Site de Rencontre Spliff-Splouf, exactement ce que je cherche!</title>
- <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.16/dist/tailwind.min.css" rel="stylesheet">
- <style>
- .nav-link:hover {
- background-color: rgba(255, 255, 255, 0.2);
- transition: background-color 0.3s ease;
- }
- </style>
- </head>
- <body class="bg-gray-100">
- <header class="bg-blue-600">
- <nav class="container mx-auto px-6 py-4">
- <div class="flex items-center justify-between">
- <div>
- <h1 class="text-white text-3xl font-bold">Spliff-Splouf</h1>
- <p class="text-white text-sm">Spliff-Splouf, exactement ce que je cherche!</p>
- </div>
- <div class="hidden sm:flex">
- <a href="#" class="bg-white text-blue-600 font-bold px-6 py-3 rounded-md mr-4 nav-link">Accueil</a>
- <a href="#" class="text-white px-4 py-3 rounded-md mr-4 nav-link">À propos</a>
- <a href="#" class="text-white px-4 py-3 rounded-md nav-link">Contact</a>
- </div>
- </div>
- </nav>
- </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement