.animation-container .silhouette
{
clip-path
:
polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
;
animation
:
dancing-fracture
2s
linear infinite;
;
}
1
2
3
4
5
6
7
8
9
10
11
12