diff --git a/src/about.html b/src/about.html index 49d5b0d..103fc9b 100644 --- a/src/about.html +++ b/src/about.html @@ -53,7 +53,7 @@

Sithruby Manoranjan

-

    I first started sketching around 2018 just as an escape from my mind and now here I am, a world renowned artist for surreal art and craft. Reach out to me from sithruby@gmail.com or my social media.

+

    I first started sketching around 2018 and now here I am, a world renowned artist for surreal art and craft. Reach out to me from sithruby@gmail.com or my social media.

diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index b24b33d..289f150 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -35,7 +35,6 @@ h1 { .her-name { font-size: 10rem; - animation: lights 9s ease-in-out infinite alternate; } h2 { @@ -84,34 +83,4 @@ main { overflow: hidden; z-index: 1000; pointer-events: none; -} - -@keyframes lights { - 0% { - text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.4); - } - 20% { - text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.5); - } - 30% { - text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.3); - } - 40% { - text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.6); - } - 60% { - text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.4); - } - 70% { - text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.3); - } - 80% { - text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.6); - } - 90% { - text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.4); - } - 100% { - text-shadow: 0 0 48px hsla(0, 0%, 100%, 0.3); - } } \ No newline at end of file