3 0% { margin-left: 0px; transform: rotate
(6deg); }
4 50% { margin-left: 200px; transform: rotate
(0deg); }
5 100% { margin-left: 0px; transform: rotate
(-5deg); }
10 0% { color: red
; font-size: 20px; }
11 25% { color: black
; font-size: 20px; }
12 50% { color: green
; font-size: 21px; }
13 75% { color: white
; font-size: 30px; }
14 100% { color: blue
; font-size: 20px; }
19 background-image: url
("https://upload.wikimedia.org/wikipedia/commons/thumb/2/26/Cat_8.jpg/180px-Cat_8.jpg");
22 transform: skew
(3deg);
27 background-color: red
;
29 transform: rotate
(170deg);
35 animation-duration: 1s;
36 animation-iteration-count: infinite
;
37 animation-timing-function: linear
;
44 animation-name: anim2
;
45 animation-duration: 0.1s;
46 animation-iteration-count: infinite
;
47 animation-timing-function: linear
;
48 background-color: yellow
;
55 transform: perspective
(300px);
56 transform: rotateY
(50deg);
62 background-color: rgba
(255,255,255,0.7);
69 animation-name: anim2
;
70 animation-duration: 2s;
71 animation-iteration-count: infinite
;
72 animation-timing-function: linear
;
81 h1::before
, h2::before
, h1::after
, h2::after
84 background: url
("https://upload.wikimedia.org/wikipedia/commons/3/36/Anarcho_pacifism_animation_2.gif?20190915203531");
85 background-size: cover
;
86 display: inline-block
;