.tile1
{
background-color
:
#00ff00
;
width
:
20px
;
height
:
20px
;
animation
:
loading-animation
1s
linear
infinite
;
clip-path
:
polygon
(50% 0%, 100% 25%, 75% 100%, 0% 100%, 25% 75%);
}