Skip to content
Snippets Groups Projects
Commit 67f4ba98 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

fixed less code

parent 457fd748
No related branches found
No related tags found
No related merge requests found
......@@ -131,20 +131,23 @@ .card-top{
}
.enchant {
text-align: center;
background: linear-gradient(to right, #FFF 20%, #bd34eb 40%, #bd34eb 60%, #FFF 80%);
background-size: 200% auto;
color: #000;
background-clip: text;
text-fill-color: transparent;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-animation: shine 1s linear infinite;
animation: shine 1s linear infinite;
@keyframes shine {
}
@-webkit-keyframes shine {
to {
background-position: 200% center;
}
}
@keyframes shine {
to {
background-position: 200% center;
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment