التصميم والموارد
مولد CSS لمكدس الصور الرمزية
إنشاء مكدسات صور رمزية متداخلة باستخدام CSS.
الإدخال
مولد 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

