Skip to content

Commit

Permalink
⚡ placeholder version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andriytyurnikov committed Sep 29, 2023
1 parent 08d33bd commit 214eda8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@

@layer utilities {
.effect-glow {
-webkit-animation: glow 2s ease-in-out infinite alternate;
-moz-animation: glow 2s ease-in-out infinite alternate;
animation: glow 2s ease-in-out infinite alternate;
-webkit-animation: glow 4s ease-in-out infinite alternate;
-moz-animation: glow 4s ease-in-out infinite alternate;
animation: glow 4s ease-in-out infinite alternate;
}

@keyframes glow {
Expand Down
4 changes: 3 additions & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<article>
<h1 class="text-center effect-glow">Rubakas</h1>
<h1 class="text-center effect-glow">
Rubakas<span class="bg-vt320-amber-light animate-[pulse_0.5s_ease-in-out_infinite]">&nbsp;</span>
</h1>
</article>

<style lang="postcss">
Expand Down

0 comments on commit 214eda8

Please sign in to comment.