.animatedBorder{background-image:linear-gradient(90deg,#0070af 50%,transparent 0),linear-gradient(90deg,#0070af 50%,transparent 0),linear-gradient(0deg,#0070af 50%,transparent 0),linear-gradient(0deg,#0070af 50%,transparent 0);background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:30px 5px,30px 5px,5px 30px,5px 30px;background-position:0 0,100% 100%,0 100%,100% 0;animation:border-dance .3s linear infinite}@keyframes border-dance{0%{background-position:0 0,100% 100%,0 100%,100% 0}to{background-position:left 30px top,right 30px bottom,left bottom 30px,right top 30px}}