رجوع

التصميم والموارد

مولد CSS لمكدس الصور الرمزية

إنشاء مكدسات صور رمزية متداخلة باستخدام CSS.

التصنيف

التصميم والموارد

الوسوم

avatar تكديسCSSuisocial proof
المزيد من التصميم والموارد
الإدخال

مولد CSS لمكدس الصور الرمزية

avatar تكديسCSSuisocial proof
أمثلة سريعة
الإخراج

مولد Avatar تكديس CSS

.avatar-stack {
  display: flex;
  align-items: center;
}

.avatar-stack .avatar {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 3px solid white;
  margin-left: -8px;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: white;
}

.avatar-stack .avatar:first-child {
  margin-left: 0;
}
مباشر معاينة
Live canvas