Added typing css animation

This commit is contained in:
BOT Alex 2023-12-29 02:19:40 +01:00
parent acb3dec224
commit a5ce6c2efc
3 changed files with 61 additions and 15 deletions

View file

@ -4,11 +4,9 @@
import ScrollTextComponent from './lib/ScrollTextComponent.svelte'
</script>
<main style="overflow: hidden; height: 100vh;">
<main style="overflow-x: hidden; overflow-y:scroll; height: 100vh;">
<ScrollTextComponent />
<div style="background-color: black; height: 100px; width: 100%;">
</div>
<div style="background-color: black; height: 200px; width: 100%;"></div>
</main>
<style>