Skip to content

Commit

Permalink
quiz
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision committed Mar 1, 2024
1 parent 2eb5176 commit 91c86c7
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 4 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<link href="style.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
</head>

<body class="h-100">
Expand Down Expand Up @@ -58,6 +59,12 @@ <h1 class="welcome_title pt-5 m-0 text-center"></h1>

</section>

<section class="position-absolute overlay_items top-0 bottom-0">
<button class="btn btn-link">
<i class="bi bi-list" style="font-size:2rem;color:black"></i>
</button>
</section>

<script src="matchup.js"></script>
<script src="quiz.js"></script>

Expand Down
17 changes: 16 additions & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"bootstrap": "^5.3.2"
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3"
}
}

0 comments on commit 91c86c7

Please sign in to comment.