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