offset-path-url-002-ref.html (375B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Motion Path Referecne: url() to rect</title> 5 <style> 6 #target { 7 width: 50px; 8 height: 50px; 9 background-color: green; 10 transform: translate(275px, 75px) rotate(90deg); 11 border-radius: 50% 50% 0 0; 12 } 13 </style> 14 </head> 15 <body> 16 <div id="target"></div> 17 </body> 18 </html>