Lekcja 3 czy coś
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
import { House, Image, Phone } from '@lucide/astro'
|
||||
import { House, Image, Phone, Table2 } from '@lucide/astro'
|
||||
---
|
||||
|
||||
<header class="
|
||||
flex flex-row justify-between
|
||||
<header style="animation: wsun 0.1s ease-in-out" class="
|
||||
flex flex-row justify-between z-20
|
||||
mb-3 py-0.5 px-3 rounded-md h-14
|
||||
bg-slate-100 drop-shadow-slate-300 drop-shadow-md
|
||||
">
|
||||
@@ -24,6 +24,10 @@ import { House, Image, Phone } from '@lucide/astro'
|
||||
<House class="mx-auto" stroke-width={1} />
|
||||
Strona główna
|
||||
</a>
|
||||
<a class="flex flex-col hover:text-shadow-sm text-shadow-slate-50 hover:scale-110 hover:text-slate-700 not-motion-reduce:transition-all hover:mx-1" href="/uslugi">
|
||||
<Table2 class="mx-auto" stroke-width={1} />
|
||||
Uslugi
|
||||
</a>
|
||||
<a class="flex flex-col hover:text-shadow-sm text-shadow-slate-50 hover:scale-110 hover:text-slate-700 not-motion-reduce:transition-all hover:mx-1" href="/portfolio">
|
||||
<Image class="mx-auto" stroke-width={1} />
|
||||
Portfolio
|
||||
|
||||
Reference in New Issue
Block a user