test css
This commit is contained in:
@@ -89,7 +89,7 @@ $autoload['drivers'] = array();
|
|||||||
|
|
|
|
||||||
| $autoload['helper'] = array('url', 'file');
|
| $autoload['helper'] = array('url', 'file');
|
||||||
*/
|
*/
|
||||||
$autoload['helper'] = array();
|
$autoload['helper'] = array('url');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
| -------------------------------------------------------------------
|
| -------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
<?php echo "<div> $page non trouvé</div>";?>
|
<?php echo "<div class='testtt'> $page non trouvé</div>";?>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<main class='container'>
|
<main class='container'>
|
||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
<li><strong>Music APP</strong></li>
|
<li ><strong class= 'apliiiiiii'>Music APP</strong></li>
|
||||||
<form method='GET'>
|
<form method='GET'>
|
||||||
<input type='text' name='recherche' placeholder='Recherche... '>
|
<input type='text' name='recherche' placeholder='Recherche... '>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -23,3 +23,14 @@ section.list img {
|
|||||||
height : 24px;
|
height : 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.apliiiiiii{
|
||||||
|
width : 75px;
|
||||||
|
height : 24px;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
|
|
||||||
|
.testtt{
|
||||||
|
width : 75px;
|
||||||
|
height : 24px;
|
||||||
|
color: red;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user