correction de la navbar et ajout bouton de connexion

This commit is contained in:
2024-06-06 22:16:05 +02:00
parent 422e79f504
commit 6c0ca1905a
3 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<h5>Albums list</h5>
<section class="list">
<?php
foreach($albums as $album){
echo "<div><article>";
echo "<header class='short-text'>";

View File

@@ -20,6 +20,6 @@
<ul>
<li><?=anchor('albums','Albums');?></li>
<li><?=anchor('artistes','Artistes');?></li>
<li><?=anchor('playlist','Playlist');?></li>
<li><?=anchor('connexion','Se connecter');?></li>
</ul>
</nav>

View File

@@ -34,3 +34,12 @@ h5 {
margin-top: 60px;
}
.container ul {
left: 0;
}
.container li {
margin-right : 20px;
}