Skip to content

Commit

Permalink
chore: work on background image
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Ogbonna committed Nov 22, 2024
1 parent 3ea1765 commit f291c96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,9 @@
style="
position: relative;
padding: 0px 7vw;
background-image: url("./resources/readyimages/hero_background.png");
background-image: url("./resources/bg.webp");
background-position: top;
background-size: cover;
"
>
<div class="w-2/2 ">
Expand Down Expand Up @@ -721,7 +723,7 @@
</div>
</div>

<div class="flex flex-col text-white lg:hidden w-full" id="home">
<div class="flex h-screen flex-col text-white lg:hidden w-full" id="home">
<!-- Heading Section -->
<div class="pt-24 px-7">
<h1
Expand All @@ -735,7 +737,7 @@
<!-- Image Section -->
<div class="flex-1 mt-40 mb-10 relative">
<img
src="./resources/readyimages/hero_background.png"
src="./resources/bg.webp"
alt="NFT Experience"
class="w-full h-full object-cover"
/>
Expand Down
Binary file added resources/bg.webp
Binary file not shown.

0 comments on commit f291c96

Please sign in to comment.