پیش‌نمایش زنده
کد HTML
<div class="card">
  <div class="card_load"></div>
  <div class="card_load_extreme_title"></div>
  <div class="card_load_extreme_descripion"></div>
</div>
کد CSS
.card {
  width: 190px;
  height: 90px;
  background: #1e1e1e;
  box-shadow: 0 1px 25px rgba(255, 255, 255, 0.1);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 12px 10px;
}

.card_load {
  width: 70px;
  height: 70px;
  position: relative;
  float: left;
  background: linear-gradient(
    120deg,
    #2a2a2a 30%,
    #3a3a3a 38%,
    #3a3a3a 40%,
    #2a2a2a 48%
  );
  border-radius: 50%;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: load89234 2s infinite;
}

.card_load_extreme_title {
  width: 90px;
  height: 10px;
  position: relative;
  float: right;
  border-radius: 5px;
  background: linear-gradient(
    120deg,
    #2a2a2a 30%,
    #3a3a3a 38%,
    #3a3a3a 40%,
    #2a2a2a 48%
  );
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: load89234 2s infinite;
}

.card_load_extreme_descripion {
  width: 90px;
  height: 47px;
  position: relative;
  float: right;
  border-radius: 5px;
  background: linear-gradient(
    120deg,
    #2a2a2a 30%,
    #3a3a3a 38%,
    #3a3a3a 40%,
    #2a2a2a 48%
  );
  margin-top: 10px;
  background-size: 200% 100%;
  background-position: 100% 0;
  animation: load89234 2s infinite;
}

@keyframes load89234 {
  100% {
    background-position: -100% 0;
  }
}
نوع: card
تاریخ ایجاد: 2026/06/06
آخرین بروزرسانی: 2026/06/06