This commit is contained in:
2024-05-29 11:46:39 +02:00
parent 9747e7687b
commit c4192cd3fb
5 changed files with 15 additions and 4 deletions

View File

@@ -89,7 +89,7 @@ $autoload['drivers'] = array();
|
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array();
$autoload['helper'] = array('url');
/*
| -------------------------------------------------------------------

View File

@@ -1 +1 @@
<?php echo "<div> $page non trouvé</div>";?>
<?php echo "<div class='testtt'> $page non trouvé</div>";?>

View File

@@ -15,7 +15,7 @@
<main class='container'>
<nav>
<ul>
<li><strong>Music APP</strong></li>
<li ><strong class= 'apliiiiiii'>Music APP</strong></li>
<form method='GET'>
<input type='text' name='recherche' placeholder='Recherche... '>
</form>

View File

@@ -23,3 +23,14 @@ section.list img {
height : 24px;
}
.apliiiiiii{
width : 75px;
height : 24px;
color: red;
}
.testtt{
width : 75px;
height : 24px;
color: red;
}

2
git
View File

@@ -1,5 +1,5 @@
git status
git add .
git commit -m "unzip !"
git commit -m "test css"
git push
git status