Titan on overclock feature

This commit is contained in:
Jeremy Zhang
2019-03-31 20:40:54 +00:00
parent 44ff83ef17
commit d26c9c8e70
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,7 @@
html {
animation: rainbow 4s infinite;
}
@keyframes rainbow {
100% { filter: hue-rotate(360deg); }
}