2021-01-04
仕事始めです
総理会見記者会見
https://www.youtube.com/watch?v=Yn8X0PiljbE
https://www.youtube.com/watch?v=BQCPj-bGYro&feature=youtu.be
草生えた
code:animate.css
body{
animation-name: vzykh;
animation-duration: 12s;
animation-iteration-count: infinite;
animation-timing-function: ease;
transform-origin: center top;
}
@keyframes vzykh{
0% {transform: rotate(-30deg);}
50%{transform: rotate(30deg);}
100%{transform: rotate(-30deg);}
}
APIの相談まではできているのでガワ作りとかはここでやろう