Added text parallax when scrolling down

This commit is contained in:
BOT Alex 2024-01-04 10:49:05 +01:00
parent 6dea4a80df
commit 5c06776c01
3 changed files with 28 additions and 15 deletions

View file

@ -1,2 +1,6 @@
<!-- Short hand for spacing between components-->
<div style="flex-grow: 1;"/>
<div style="flex-grow: 1; {style}"/>
<script>
export let style = "";
</script>