.reflection{ background-color: #333; transform: rotate(45dg); } .reflection::before{ content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #333; linear-gradient(to right,#333,#666); transform: scale(0.8); animation: loading-animation1.5s linear infinite; }