towards njp.ma

This commit is contained in:
j 2021-11-12 10:21:00 +00:00
commit b24ba91bfc
23 changed files with 167 additions and 524 deletions

View file

@ -16,11 +16,11 @@
.animated-title {
.text, .text-about {
background-image: linear-gradient(to right, var(--animated-title-color-1), var(--animated-title-color-2) , var(--animated-title-color-3), var(--animated-title-color-4));
-webkit-background-clip: text;
background-clip: text;
color: transparent;
animation: animated_title_animation 60s ease-in-out infinite;
//background-image: linear-gradient(to right, var(--animated-title-color-1), var(--animated-title-color-2) , var(--animated-title-color-3), var(--animated-title-color-4));
//-webkit-background-clip: text;
//background-clip: text;
//color: transparent;
//animation: animated_title_animation 60s ease-in-out infinite;
background-size: 400% 100%;
}
}