Skip to content

Commit

Permalink
feat: added overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsqqq committed Oct 12, 2021
1 parent 9b36c21 commit 65ec499
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ <h2>Written by HAJIME YATATE</h2>

</div>
</main>
<div class="absolute w-screen h-screen top-0 left-0 bottom-0 right-0 z-50 filter mix-blend-multiply pointer-events-none" style="background-image: url('https://image.freepik.com/free-photo/crumpled-white-paperboard_95678-119.jpg');">

</div>
<div class="absolute w-screen h-screen top-0 left-0 bottom-0 right-0 z-50 filter mix-blend-multiply opacity-20 pointer-events-none" style="background-image: url('https://image.freepik.com/free-vector/grain-wall-pattern_1053-174.jpg');">

</div>

<script type="module" src="/main.js"></script>
</body>
Expand Down

1 comment on commit 65ec499

@vercel
Copy link

@vercel vercel bot commented on 65ec499 Oct 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.