mise a jour de la barre de navigation en css

This commit is contained in:
2026-03-07 13:27:25 +01:00
parent 5c6dce989c
commit 3f56916935
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ footer{
}
.nav-element{
float: right;
float: left;
}
.nav-link{

View File

@@ -11,12 +11,14 @@
</head>
<header>
<h1 class="home"><a href="https://www.hatmos.xyz/">Le site de Hatmos</a></h1>
</header>
<nav>
<ul class="nav">
<li class="nav-element"><a class="nav-link" href="{{ get_url(path='@/accomplissements/_index.md')}}">Accomplissements</a></li>
<li class="nav-element"><a class="nav-link" href="{{ get_url(path='@/objectifs/_index.md')}}">Objectifs</li>
<li class="nav-element"><a class="nav-link" href="{{ get_url(path='@/cv/CV.md')}}">CV</a></li>
</ul>
</header>
<nav/>
<body>
<section>
{% block content %} {% endblock content %}