Skip to content

Commit

Permalink
Update of the header and button display for the quiz.
Browse files Browse the repository at this point in the history
  • Loading branch information
untypequicode committed May 25, 2024
1 parent be3accb commit 6ba0ef8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion css/qcm.css
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
@import "main.css";
@import "main.css";

#btns {
width: auto;
}
9 changes: 8 additions & 1 deletion js/db-header.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
const db_header = [

{
text: "Tester mes connaissances",
url: "qcm",
},
{
text: "S'informer",
url: "informer",
}
];

const logo = {
Expand Down

0 comments on commit 6ba0ef8

Please sign in to comment.