Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hieunotes authored May 29, 2024
1 parent f99e29c commit e8d6015
Showing 1 changed file with 1 addition and 87 deletions.
88 changes: 1 addition & 87 deletions lcd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,98 +72,12 @@
border: 1px solid #121212;
}

{
th {
color:#fff;
font-size: 0.8rem;
background-color: #0a1bb3;
}




th{
animation: Color 4s linear infinite;
-webkit-animation: Color 4s ease-in-out infinite;
text-shadow: 1px 2px #F0F0F0;
}

@keyframes Color{
0%{
color:#A0D468;
}

20%{
color:#4FC1E9;
}

40%{
color:#FFCE54;
}

60%{
color:#FC6E51;
}

80%{
color:#ED5565;
}

100%{
color:#AC92EC;
}
}

@-moz-keyframes Color{
0%{
color:#A0D468;
}

20%{
color:#4FC1E9;
}

40%{
color:#FFCE54;
}

60%{
color:#FC6E51;
}

80%{
color:#ED5565;
}

100%{
color:#AC92EC;
}
}

@-webkit-keyframes Color{
0%{
color:#A0D468;
}

20%{
color:#4FC1E9;
}

40%{
color:#FFCE54;
}

60%{
color:#FC6E51;
}

80%{
color:#ED5565;
}

100%{
color:#AC92EC;
}
}
tbody tr:nth-child(even) {
background-color: rgba(255, 255, 255, 0.1);
}
Expand Down

1 comment on commit e8d6015

@vercel
Copy link

@vercel vercel bot commented on e8d6015 May 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.