From 0ba8c12e435eefef46f55e0bd2858df2bed783af Mon Sep 17 00:00:00 2001 From: Baptiste Date: Fri, 8 Apr 2022 13:13:19 +0200 Subject: [PATCH] police --- assets/css/{footer.css => template.css} | 5 +++++ structure/template.php | 10 +++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) rename assets/css/{footer.css => template.css} (56%) 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