-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; | ||
@tailwind utilities; | ||
|
||
@layer utilities { | ||
.navItem { | ||
@apply cursor-pointer font-semibold opacity-70 hover:opacity-100 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<div class="flex flex-col items-center justify-center"> | ||
<img src="https://i.imgur.com/eMmdGjr.png" alt="bg" class="animate-bounce h-200"> | ||
<h1 class="text-gray-50 text-5xl">404</h1> | ||
<h1 class="antialiased text-4xl text-gray-200 font-semibold tracking-widest select-none hover:animate-pulse text-center py-2"> | ||
<h1 class="text-gray-50 text-4xl">404</h1> | ||
<h1 class="antialiased text-3xl text-gray-200 font-semibold tracking-widest select-none hover:animate-pulse text-center py-2"> | ||
A mischievous fox stole this page. | ||
</h1> | ||
<img src="https://i.imgur.com/eMmdGjr.png" alt="bg" class="animate-bounce h-200"> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters