- إنضم
- 21/05/2026
- المشاركات
- 36
Follow along with the video below to see how to install our site as a web app on your home screen.
ملاحظة: This feature may not be available in some browsers.
ان شاء الله اليلة ساوفر لك الكود المطلوب .
تسلم يا محترم فى انتظاركان شاء الله اليلة ساوفر لك الكود المطلوب .
فى انتظارك اخىان شاء الله اليلة ساوفر لك الكود المطلوب .
يمكنك استخدام هذا الكودفى انتظارك اخى
/* codeNET Mahdi Hamdi */
.block--category .block-header {
display: flex;
}
.block--category .block-header a {
background-image: linear-gradient(to right, hsl(194,87%,25%), hsl(343,65%,54%), hsl(265,27%,33%), hsl(265,27%,33%), hsl(343,65%,54%), hsl(194,87%,25%));
background-size: 400%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: glowing 80s linear infinite;
font-weight: 600;
}
@keyframes glowing {
0% { background-position: 0 0; }
100% { background-position: 400% 0; }
}