tailwind fucked up many things so its large small fix

This commit is contained in:
Stanislaw
2023-10-26 14:01:49 +02:00
parent d1d79d78f0
commit 96e507eca1
5 changed files with 34 additions and 17 deletions

View File

@@ -5,10 +5,10 @@ export default function Home() {
return (
<main className="w-100 m-0 h-screen">
<Stars />
<div className="fixed z-50 flex flex-col content-start text-left top-1/2 left-1/4 text-white">
<button className="">ABOUT ME</button>
<button className="">MY MODELS</button>
<button className="">CONTACT</button>
<div className="fixed z-50 flex flex-col content-start text-left top-1/2 left-1/4 gap-5 text-white">
<button className="text-5xl hover:text-shadow">ABOUT ME</button>
<button className="text-5xl hover:text-shadow">MY MODELS</button>
<button className="text-5xl hover:text-shadow">CONTACT</button>
<div className=" fixed h-screen w-1/2 right-0 top-0">
<Skeleton />
</div>