diff --git a/assets/css/footer.css b/assets/css/template.css similarity index 56% rename from assets/css/footer.css rename to assets/css/template.css index c0fc2e2..42e86b8 100644 --- a/assets/css/footer.css +++ b/assets/css/template.css @@ -1,3 +1,8 @@ +body { + font-family: 'New Super Mario Font U', sans-serif; + background-color: blue; +} + #menu_space_bottom { background-color: transparent; position: relative; diff --git a/structure/template.php b/structure/template.php index f70cb43..fc3d342 100644 --- a/structure/template.php +++ b/structure/template.php @@ -15,8 +15,16 @@ $pagename = $infopage[4]; // nom de la page exact servant à appeler le css - + + + + + + + + + <?= $pagetitle ?> | INSAT Accueil