Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivory-26 authored Aug 3, 2024
1 parent a693409 commit fab5e06
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions logs.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,17 +68,17 @@ main h1 {
}

.user-name {
text-decoration: none;
animation: glow 1.5s infinite alternate;
background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
animation: glow 2s infinite;
}

@keyframes glow {
from {
text-shadow: 1px 1px 5px red, 1px 1px 10px red, 1px 1px 20px red, 1px 1px 30px yellow, 1px 1px 40px yellow, 1px 1px 50px blue, 1px 1px 60px blue;
}
to {
text-shadow: 1px 1px 10px red, 1px 1px 20px red, 1px 1px 30px red, 1px 1px 40px yellow, 1px 1px 50px yellow, 1px 1px 60px blue, 1px 1px 70px blue;
}
from {
left: -150%;
}
to {
left: 150%;
}
}

footer {
Expand Down

0 comments on commit fab5e06

Please sign in to comment.