Html and Css & Jsآموزش
ادمین : @Maryam3771 تعرفه تبلیغات: https://t.me/alloadv/822
Show more📈 Analytical overview of Telegram channel Html and Css & Jsآموزش
Channel Html and Css & Jsآموزش (@htmlcss_channels) in the Farsi language segment is an active participant. Currently, the community unites 22 607 subscribers, ranking 8 783 in the Education category and 14 881 in the Iran region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 22 607 subscribers.
According to the latest data from 23 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 1 398 over the last 30 days and by -23 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 2.66%. Within the first 24 hours after publication, content typically collects 1.29% reactions from the total number of subscribers.
- Post reach: On average, each post receives 602 views. Within the first day, a publication typically gains 293 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 3.
- Thematic interests: Content is focused on key topics such as css, #javascript, دنیا, وبینار, شغل.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“ادمین :
@Maryam3771
تعرفه تبلیغات:
https://t.me/alloadv/822”
Thanks to the high frequency of updates (latest data received on 24 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Education category.
(اختصاصی)
روی ایمیل شخصی شما بدون ورودپرداخت امن با درگاه پرداخت 💳 | کارت به کارت 🪪 | پرداخت با کریپتو 💸 5 تا 20 درصد تخفیف برای تمامی محصولات سایت✅ لینک خرید از وب سایت: 🌐 Zhimunplus.com لینک چنل: ✅ @Zhimun_plus
box-shadow در CSS هست! 😊
🎨 تکنیک لایهبندی Box Shadow
مفهوم اصلی
box-shadow در CSS میتونه لایهبندی بشه! یعنی میتونی چندین سایه روی هم قرار بدی تا جلوههای زیباتری بسازی.
چرا این تکنیک باحاله؟
• ✅ سایه واقعیتر - با لایههای مختلف
• ✅ مرز مجازی - بدون استفاده از border
• ✅ انعطافپذیری - کنترل کامل روی ظاهر
📝 مثال کد
.box {
width: 200px;
height: 100px;
background: #3498db;
border-radius: 10px;
/* لایه ۱: سایه اصلی */
box-shadow:
0 4px 8px rgba(0, 0, 0, 0.2);
/* لایه ۲: سایه دوم (پخش بیشتر) */
box-shadow:
0 4px 8px rgba(0, 0, 0, 0.2),
0 8px 16px rgba(0, 0, 0, 0.1);
/* لایه ۳: مرز مجازی */
box-shadow:
0 4px 8px rgba(0, 0, 0, 0.2),
0 8px 16px rgba(0, 0, 0, 0.1),
0 0 0 2px rgba(255, 255, 255, 0.5);
}
🔍 توضیح لایهها
لایه ۱: سایه اصلی
0 4px 8px rgba(0, 0, 0, 0.2)
• 0: افقی (بدون جابجایی)
• 4px: عمودی (پایین)
• 8px: پخش (blur)
• rgba(0, 0, 0, 0.2): رنگ مشکی با شفافیت ۲۰%
لایه ۲: سایه دوم
0 8px 16px rgba(0, 0, 0, 0.1)
• پخش بیشتر برای عمق بیشتر
• شفافیت کمتر برای نرمتر شدن
لایه ۳: مرز مجازی
0 0 0 2px rgba(255, 255, 255, 0.5)
• 0 0 0: بدون جابجایی و blur
• 2px: ضخامت مرز
• rgba(255, 255, 255, 0.5): رنگ سفید با شفافیت ۵۰%
🎯 کاربردهای این تکنیک
۱. کارتهای طراحی
.card {
box-shadow:
0 2px 4px rgba(0, 0, 0, 0.1),
0 4px 8px rgba(0, 0, 0, 0.1),
0 0 0 1px rgba(0, 0, 0, 0.05);
}
۲. دکمههای سهبعدی
.button {
box-shadow:
0 2px 4px rgba(0, 0, 0, 0.2),
0 4px 8px rgba(0, 0, 0, 0.1),
inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
۳. کادر با مرز نرم
.container {
box-shadow:
0 0 0 1px rgba(0, 0, 0, 0.1),
0 4px 8px rgba(0, 0, 0, 0.1);
}
💡 نکات طلایی
✅ مزایا
• کنترل کامل روی ظاهر
• بدون اضافه کردن عناصر اضافی
• سازگاری بالا با مرورگرها
⚠️ ملاحظات
• بیشتر از ۳-۴ لایه ممکنه کند بشه
• موبایل - ممکنه تاثیر روی performance داشته باشه
• تست در مرورگرهای مختلف
🎨 ایدههای خلاقانه
۱. سایه رنگی
.box {
box-shadow:
0 0 0 2px #3498db,
0 4px 8px rgba(52, 152, 219, 0.3);
}
۲. سایه چند رنگ
.box {
box-shadow:
0 0 0 2px #e74c3c,
0 0 0 4px #3498db,
0 4px 8px rgba(0, 0, 0, 0.2);
}
۳. سایه داخلی (inset)
.box {
box-shadow:
inset 0 2px 4px rgba(0, 0, 0, 0.1),
0 2px 4px rgba(0, 0, 0, 0.1);
}
🔗 منابع بیشتر
• MDN: box-shadow
• CSS-Tricks: Box Shadow
• CodePen: جستجوی "layered box shadow"
💎 @Htmlcss_channels | #HTML #css #JavaScript
Available now! Telegram Research 2025 — the year's key insights 
