correction de la navbar et ajout bouton de connexion
This commit is contained in:
parent
422e79f504
commit
6c0ca1905a
codeigniter
@ -1,6 +1,7 @@
|
|||||||
<h5>Albums list</h5>
|
<h5>Albums list</h5>
|
||||||
<section class="list">
|
<section class="list">
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
foreach($albums as $album){
|
foreach($albums as $album){
|
||||||
echo "<div><article>";
|
echo "<div><article>";
|
||||||
echo "<header class='short-text'>";
|
echo "<header class='short-text'>";
|
||||||
|
@ -20,6 +20,6 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><?=anchor('albums','Albums');?></li>
|
<li><?=anchor('albums','Albums');?></li>
|
||||||
<li><?=anchor('artistes','Artistes');?></li>
|
<li><?=anchor('artistes','Artistes');?></li>
|
||||||
<li><?=anchor('playlist','Playlist');?></li>
|
<li><?=anchor('connexion','Se connecter');?></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
|
@ -34,3 +34,12 @@ h5 {
|
|||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container ul {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container li {
|
||||||
|
margin-right : 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user