Skip to content

Commit

Permalink
aligned it in the center
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiragJS committed Sep 20, 2023
1 parent 4817892 commit e173e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ function registration() {
</ol>
</section>
<section className="mx-auto max-w-screen-xl px-4 py-4 sm:px-6 lg:px-8">
<a href="https://forms.gle/NaKWRJ9gJjiyd4dX6"><p className="bg-gradient-to-br from-yellow-400 via-red-500 to-pink-500 bg-clip-text text-transparent animate-bounce text-4xl font-bold">Click Here To Register</p></a>
<a className="text-center" href="https://forms.gle/NaKWRJ9gJjiyd4dX6"><p className="bg-gradient-to-br from-yellow-400 via-red-500 to-pink-500 bg-clip-text text-transparent animate-bounce text-4xl font-bold">Click Here To Register</p></a>
</section>
</div>
</>
Expand Down

0 comments on commit e173e61

Please sign in to comment.