From 6ba0ef8b50da0a6e3533398955c19c1c7d96e22a Mon Sep 17 00:00:00 2001 From: untypequicode Date: Sat, 25 May 2024 22:36:39 +0200 Subject: [PATCH] Update of the header and button display for the quiz. --- css/qcm.css | 6 +++++- js/db-header.js | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/css/qcm.css b/css/qcm.css index 80a6ba3..0ab8697 100644 --- a/css/qcm.css +++ b/css/qcm.css @@ -1 +1,5 @@ -@import "main.css"; \ No newline at end of file +@import "main.css"; + +#btns { + width: auto; +} \ No newline at end of file diff --git a/js/db-header.js b/js/db-header.js index 58fca39..bb03dde 100644 --- a/js/db-header.js +++ b/js/db-header.js @@ -1,5 +1,12 @@ const db_header = [ - + { + text: "Tester mes connaissances", + url: "qcm", + }, + { + text: "S'informer", + url: "informer", + } ]; const logo = {