
400ج.م
@keyframes moveRightLeft { 0%, 100% { transform: translateX(0); /* Starting and ending position */ } 50% { transform: translateX(20px); /* Middle position - move right */ } } button { animation: moveRightLeft 0.8s infinite; /* 2s duration, infinite loop */ align-items: center; background-image: linear-gradient(144deg,#000 ,#111); border: 0; border-radius: 8px; box-shadow: #ff01e1 0 3px 10px 3px; box-sizing: border-box; color: #FFFFFF; display: flex; justify-content: center; user-select: none; -webkit-user-select: none; touch-action: manipulation; white-space: nowrap; cursor: pointer; }