How can I make a pure CSS layout with a ball simulating traffic, the ball would be circling the lines, see a diagram
SERVER --------> YOU
/\ |
| |
| *
|____ ME <_______|
It was kind of strange, but it's a demonstration of the idea, the ball, represented by *
, would be walking on the lines going from SERVER-> YOU-> ME infinitely, just to demonstrate
I thought of a div with border and position the 3 elements with float but it would be gambiarra .. How to do it?