.box { width: 100%; height: 500px; background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%); position:relative; } .box div { height: 80px; width: 80px; position: absolute; top: 8%; left: 8%; animation: animate 5s linear infinite; background: transparent; border:solid 3px rgba(255,255,255,0.8); z-index:999999; } .box div:nth-child(1) { top: 18%; left: 18%;