Skip to content
Snippets Groups Projects
Commit 4b39e61d authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

Modification de la navbar (Enolha)

parent 2444ff4c
No related branches found
No related tags found
No related merge requests found
...@@ -7,11 +7,23 @@ ...@@ -7,11 +7,23 @@
<body> <body>
<header> <header>
<nav class="topnav"> <nav class="topnav">
<div>
<a class="active" href="#Acceuil">Acceuil</a> <a class="active" href="#Acceuil">Acceuil</a>
<a href="#recette">Recettes de cuisine</a> <a href="#recette">Recettes de cuisine</a>
<a href="#special">Spéciales pâques</a> <a href="#special">Spéciales pâques</a>
</div>
<!-- barre de recherche -->
<div class="search-container">
<form action="/action_page.php">
<input type="text" placeholder="Rechercher.." name="search">
<button type="submit"><i class="fa fa-search"></i></button>
</form>
</div>
<div>
<a href="#connexion">Connexion</a> <a href="#connexion">Connexion</a>
<a href="#inscription">Inscription</a> <a href="#inscription">Inscription</a>
</div>
</nav> </nav>
</body> </body>
</html> </html>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment