User:VTCobaltblood/Matt.css
< User:VTCobaltblood
Jump to navigation
Jump to search
Revision as of 00:38, 14 July 2019 by VTCobaltblood (talk | contribs)
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
@keyframes a1 {
0% {bottom: 2px;}
25% {bottom: 10px;}
50% {bottom: 30px;}
100% {bottom: 10px;}
}
@keyframes a2 {
0% {left: 2px;}
25% {left: 10px;}
50% {left: 30px;}
100% {left: 10px;}
}
.die {
animation: a1 infinite linear 0s infinite normal
}
.eid {
animation: a2 infinite linear 0s infinite normal
}