Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Landing Page #10

Merged
merged 3 commits into from
Dec 27, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: landing page img
TeeWrath committed Dec 25, 2023
commit abfd46be0ce895d0098bb2fe385653d832f00d4c
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@

</div>

<section id="home" class="h-screen w-full border-solid border-2 border-black">
<section id="home" class="h-screen w-full">
<div class="textpart">
<div class="head-vol flex sm:gap-8 md:gap-8 lg:gap-8 xl:gap-8 2xl:gap-8">

@@ -51,12 +51,15 @@ <h3 class="">
VOLUME
</h3>
</div>
<div class="2xl:text-[18rem] xl:text-[16rem] lg:text-[11rem] md:text-[9rem] sm:text-[7rem] heading absolute xl:-left-36 lg:-left-28 md:-left-24 sm:-left-16">
<div class="z-50 2xl:text-[18rem] xl:text-[14rem] lg:text-[11rem] md:text-[9rem] sm:text-[7rem] heading absolute xl:-left-36 lg:-left-28 md:-left-24 sm:-left-16">
<h1 class="rebase-head text-[#E82338]">&lt;01&gt;</h1>
</div>
</div>
</div>
</div>
<div class="2xl:-translate-y-32 sm:-translate-y-16 lg:-translate-y-20 xl:-translate-y-24">
<img class="m-auto w-full" src="/public/landing.png" alt="landing">
</div>

</section>

Binary file added public/landing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.