Skip to content

Commit

Permalink
added background image
Browse files Browse the repository at this point in the history
  • Loading branch information
elmuerte committed Feb 26, 2024
1 parent 32323f2 commit 1cf5305
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added src/headerbg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</header>

<main class="flex-column">
<div class="container bg-body-secondary p-4 header-bg">
<div class="container bg-body-secondary p-4 header-bg" style="background-image: url(headerbg.jpg)">
<div class="col-12 mx-auto text-center">
<h1 class="no-anchor" data-toc-skip>
Little Big Adventure Game Quotes <sup>&alpha;lpha</sup>
Expand Down Expand Up @@ -448,6 +448,8 @@ <h1 class="no-anchor" data-toc-skip>
quoteIndex[id],
);
}
} else {
randomQuote();
}

window.addEventListener("hashchange", async (event) => {
Expand Down

0 comments on commit 1cf5305

Please sign in to comment.