The pink div is animated to follow a path written in SVG syntax.
offset-path: path('M20,170 L100,20 L180,100 Z'); creates a path that starts in position x,y=20,170 then creates a line to position 100,20 and then a line to 180,100 and then a line back to start.
offset-path: path('M20,170 L100,20 L180,100 Z');
For more info on how to draw an SVG path visit SVG Tutorial -> SVG Path