Skip to content

Commit

Permalink
Colour update
Browse files Browse the repository at this point in the history
  • Loading branch information
CampbellOhlsen authored Nov 22, 2023
1 parent 7dead65 commit 8b54184
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
<body class="flex w-full h-screen justify-center items-center text-slate-300 font-sans text-4xl font-bold antialiased">
<div id="register" hx-swap="outerHTML swap:0.25s" class="fade-me-out w-full h-1/5 justify-items-center grid grid-cols-2 gap-y-40 m-20">
<p class="font-sans text-7xl text-slate-300 font-bold col-start-1 col-span-2">Who are you?</p>
<button hx-get="/user" hx-trigger="click" hx-target="#register" class="bg-purple-600 h-auto w-4/5 rounded-full col-start-1 col-span-1">
<button hx-get="/user" hx-trigger="click" hx-target="#register" class="bg-sky-500 h-auto w-4/5 rounded-full col-start-1 col-span-1">
<p class="my-10"><i class="fa-solid fa-user"></i>USER</p>
</button>
<button hx-get="/tech" hx-trigger="click" hx-target="#register" class="bg-purple-700 h-auto w-4/5 rounded-full col-start-2 col-span-2">
<button hx-get="/tech" hx-trigger="click" hx-target="#register" class="bg-sky-500 h-auto w-4/5 rounded-full col-start-2 col-span-2">
<p class="my-10"><i class="fa-solid fa-wrench"></i>TECH</p>
</button>
</div>
</body>
</body>

0 comments on commit 8b54184

Please sign in to comment.