.anim{width:100px;height:100px;background-color:red;position:relative;-webkit-animation-name:example;-webkit-animation-duration:4s;animation-name:example;animation-duration:4s}@-webkit-keyframes example{0%{background-color:red;left:0;top:0}25%{background-color:#ff0;left:200px;top:0}50%{background-color:#00f;left:200px;top:200px}75%{background-color:green;left:0;top:200px}to{background-color:red;left:0;top:0}}@keyframes example{0%{background-color:red;left:0;top:0}25%{background-color:#ff0;left:200px;top:0}50%{background-color:#00f;left:200px;top:200px}75%{background-color:green;left:0;top:200px}to{background-color:red;left:0;top:0}}
/*# sourceMappingURL=main.e5fc9018.chunk.css.map */