finalisation du footer

This commit is contained in:
cecilesimplon93 2022-03-05 19:53:33 +01:00
parent b12da5fb36
commit bb34a0cc7a
5 changed files with 14 additions and 4 deletions

View File

@ -41,6 +41,7 @@ import { HumeurComponent } from './components/humeur/humeur.component';
import { DeconnexionComponent } from './components/deconnexion/deconnexion.component';
import { AlertComponent } from './components/alert/alert.component';
import { PageAjoutEvenementsComponent } from './pages/page-ajout-evenements/page-ajout-evenements.component';
import { PageSupportComponent } from './pages/page-support/page-support.component';
registerLocaleData(localeFr)
@NgModule({
@ -78,7 +79,8 @@ registerLocaleData(localeFr)
DeconnexionComponent,
HumeurComponent,
AlertComponent,
PageAjoutEvenementsComponent
PageAjoutEvenementsComponent,
PageSupportComponent
],
imports: [
BrowserModule,

View File

@ -8,5 +8,6 @@
<a routerLink="../to-do-list" routerLinkActive="active-custom" class="nav-link">To-Do-List</a>
<a routerLink="../agenda" routerLinkActive="active-custom" class="nav-link">Agenda</a>
<a routerLink="../menu" routerLinkActive="active-custom" class="nav-link">Menus</a>
<a routerLink="../page-support" routerLinkActive="active-custom" class="nav-link">Nous contacter</a>
</div>
</div>

View File

@ -8,3 +8,8 @@ font-size: smaller;
.footer {
margin-top: 20px;
}
h3{
color : blue;
font-size : 16px;
}

View File

@ -20,3 +20,4 @@
</div> </div>

View File

@ -29,3 +29,4 @@
</div>
</form>
</div>
<app-footer></app-footer>