diff --git a/style.svg b/style.svg index 8b01948..6dd50c3 100644 --- a/style.svg +++ b/style.svg @@ -98,14 +98,19 @@ justify-content: center; align-items: center; padding: 20px 0 ; + background-color: #000; border-radius: 10px; } + + .logo-s #apple { + animation: 6s ease 2s normal forwards infinite logo-fade; + }
- + Layer 1