Created
July 25, 2023 01:59
-
-
Save satour/64e71f80eba68d0aa37d249e8feaa6ae to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8"> | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
<title>震えるサカバンバスピス</title> | |
<meta name="description" content=""> | |
<meta name="viewport" content="width=device-width, initial-scale=1"> | |
<style> | |
.buruburu { | |
display: inline-block; | |
animation: hurueru .1s infinite; | |
} | |
@keyframes hurueru { | |
0% {transform: translate(0px, 0px) rotateZ(0deg)} | |
25% {transform: translate(2px, 2px) rotateZ(1deg)} | |
50% {transform: translate(0px, 2px) rotateZ(0deg)} | |
75% {transform: translate(2px, 0px) rotateZ(-1deg)} | |
100% {transform: translate(0px, 0px) rotateZ(0deg)} | |
} | |
</style> | |
</head> | |
<body> | |
<img src="kodai_sacabambaspis.png" class="buruburu"> | |
<!-- download from https://www.irasutoya.com/2023/06/blog-post.html --> | |
</body> | |
</html> |
Author
satour
commented
Jul 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment