neutral-keyframe-ref.html (251B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style type="text/css"> 5 #block { 6 background-color: green; 7 height: 100px; 8 width: 100px; 9 transform: translate(100px); 10 } 11 </style> 12 </head> 13 <body> 14 <div id="block"></div> 15 </body> 16 </html>