.loading-element
{
background
:
linear-gradient(to bottom, #4A444A, #444)
;
clip-path
:
polygon
(
50%
0,
100%
75%,
50%
100%,
0%
75%);
transform
:
translate
(
-50%
0,
0%
);
animation
:
shatter-echo
5s
linear
infinite
;
}