Files
calorie-counter/frontend/src/lib/components/Header.svelte
2024-08-09 16:52:56 +02:00

8 lines
270 B
Svelte

<script lang="ts">
</script>
<header class="flex h-22 items-center justify-between bg-base-100 shadow-lg sticky top-0 z-50 border-b
border-border/40 bg-background/95 backdrop-blur supports-[backdrop-filter]:bg-background/60">
a cheeky lil header
</header>