Add Base setup
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<script>
|
||||
</script>
|
||||
|
||||
<header class="bg-zinc-800 text-white mb-20 p-4 flex items-center justify-between shadow-2xl">
|
||||
<div class="flex items-center">
|
||||
<a href="/" class="flex items-center gap-4">
|
||||
<enhanced:img src="/static/img/logo.webp?w=50" alt="Logo" class="rounded-md" />
|
||||
<h1 class="text-white text-xl font-bold">Levyraati <span class="revived">Revived</span></h1>
|
||||
</a>
|
||||
</div>
|
||||
<a href="/login">Kirjaudu</a>
|
||||
</header>
|
||||
|
||||
<style>
|
||||
@import url('https://fonts.cdnfonts.com/css/albero');
|
||||
|
||||
.revived {
|
||||
@apply text-amber-700;
|
||||
font-family: 'Albero', sans-serif;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user