Image parallax on recipes

This commit is contained in:
2023-06-25 12:15:20 +02:00
parent ebd1fe00db
commit e064c58fcc
4 changed files with 139 additions and 41 deletions

View File

@ -0,0 +1,11 @@
<script lang="ts">
import TitleImgParallax from "$lib/components/TitleImgParallax.svelte";
</script>
<style>
div{
transform: translateY(-1rem);
}
</style>
<div>
<TitleImgParallax></TitleImgParallax>
</div>