aboutsummaryrefslogtreecommitdiff
path: root/views/header.php
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2025-01-25 18:45:55 +0200
committerSyndamia <kamen@syndamia.com>2025-01-25 18:49:09 +0200
commit39091b772b311172f5d20b98a26933aad1dbf2f5 (patch)
tree3637d08b3ac2108d21581b5ea83d8aaf35b13568 /views/header.php
parent6747537f4227b17762be4c8d4a8eaf051e907343 (diff)
downloadnowayforward_human-39091b772b311172f5d20b98a26933aad1dbf2f5.tar
nowayforward_human-39091b772b311172f5d20b98a26933aad1dbf2f5.tar.gz
nowayforward_human-39091b772b311172f5d20b98a26933aad1dbf2f5.zip
feat(styles): Finalize design
Diffstat (limited to 'views/header.php')
-rw-r--r--views/header.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/header.php b/views/header.php
index c4a0a21..40afb0b 100644
--- a/views/header.php
+++ b/views/header.php
@@ -11,9 +11,12 @@
<body>
<header>
<nav>
+ <div class="fadeout-left"></div>
<a href="/home/index.php">Home</a>
<a href="/test/index.php">Test</a>
<a href="/sample_archive/index.php">Sample Archive</a>
+ <div class="flex-expand"></div>
+ <div class="fadeout-right"></div>
</nav>
</header>
<article>