دوره برنامه نویسی وب آیولرن
💬 آیدی تلگرام جهت پاسخ سریع: @aiomentor_web
Show more📈 Analytical overview of Telegram channel دوره برنامه نویسی وب آیولرن
Channel دوره برنامه نویسی وب آیولرن (@aiolearn_web) in the Farsi language segment is an active participant. Currently, the community unites 10 727 subscribers, ranking 11 258 in the Technologies & Applications category and 30 710 in the Iran region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 10 727 subscribers.
According to the latest data from 04 March, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 46 over the last 30 days and by 0 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 0%. Within the first 24 hours after publication, content typically collects N/A% reactions from the total number of subscribers.
- Post reach: On average, each post receives 0 views. Within the first day, a publication typically gains 0 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.
- Thematic interests: Content is focused on key topics such as آیولرن, css, برنامهنویسی, پروژه, آیوکاپ.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“💬 آیدی تلگرام جهت پاسخ سریع:
@aiomentor_web”
Thanks to the high frequency of updates (latest data received on 05 March, 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 Technologies & Applications category.
img{
box-shadow: 10px 7px 20px orange;
}
⚠️ تصویر سمت راست:
img{
filter: drop-shadow(10px 7px 20px orange);
}
همانطور که ذکر شد، در تصاویر png برای افزودن سایه به تصویر، از دستور filter برای ایجاد سایه استفاده میکنیم!
==..==..==..==..==..==..==..==..==..==..==..
✅کانال پشتیبانی برنامه نویسی وب آیولرن
✨ @aiolearn<p>🍔</p>
<p>🌺</p>
<p>🎉</p>
<p>😊</p>
<p>❤</p>
نتیجه:
1. 🖤 : 🍔
2. 😊 : 😊
3. 🎉 : 🎉
4. 🌺 : 🌺
5. 🍔 : 🍔
برای پیدا کردن ایموجی های بیشتر میتوانید به سایت زیر مراجعه کنید و از ایموجی ها لذت ببرید:
https://symbl.cc/en/emoji/
==..==..==..==..==..==..==..==..==..==..==..
✅کانال پشتیبانی برنامه نویسی وب آیولرن
✨ @aiolearn <div class="duv_slec">
<h1>
عنوان
</h1>
<p>لورم ایپسوم متنردهای اصلی، و جوابگوی سوالات پیوسته اهل دنیای موجود طراحی اساسا مورد استفاده قرار گیرد.</p>
</div>
::selection{
color: #fff;
background: rgba(114, 52, 176, 0.779);
}
==..==..==..==..==..==..==..==..==..==..==..
✅کانال پشتیبانی برنامه نویسی وب آیولرن
✨ @aiolearn<marquee behavior="" direction="right">
<h1>
We are aiolearn family!
</h1>
</marquee> <style>
:root{
--name:rgb(19, 128, 152) ;
}
h1{
color:var(--name);
}
</style>
<div class="d1">
<h1>سلام</h1>
</div>
ما ابتدا با استفاده از دستور root یک متغیر را تعریف میکنیم که داخل متغیر، یک کد رنگی، اندازه و ... را قرار میدیم. و بعد با استفاده از دستور var در css متغیر را فراخوانی میکنیم.body {
cursor: url("آدرس عکس با پسوند cur") , default !important;
}window.onscroll = function() {updateProgressBar()};
function updateProgressBar() {
var documentHeight = document.body.scrollHeight - window.innerHeight;
var scrollHeight = window.pageYOffset
var progress = (scrollHeight / documentHeight) * 100;
document.getElementById("myBar").style.width = progress + "%";
}<div class="nav">
<div class="nav-container">
<div class="nav-bar" id="myBar"></div>
</div>
</div>
<div class="mtn">
<!-- این متن را به مقدار زیادی تکرار کنید تا صفحه اسکرول شود -->
<h3>لورم ایپسوم متن ساختگی با تولید سادگی نامفهوم از صنعت چاپ، و با استفاده از طراحان گرافیک است.</h3>
</div>
کد های css:
body{
margin: 0;
}
.nav-container {
width: 100%;
height: 12px; /* ارتفاع نوار پیشرفت */
background-color: #b9b9b9;
}
.nav-bar {
height: 100%;
background-color: #265683; /* رنگ نوار پیشرفت */
width: 0%;
}
.nav{
position: fixed;
top: 0px;
height: 50px;
background-color: orange;
width: 100%;
}
.mtn{
text-align: center;
}