aboutsummaryrefslogtreecommitdiff
path: root/views/header.php
diff options
context:
space:
mode:
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>