HTML RaF
14 subscribers
4 videos
1 file
3 links
This channel for HTML by @L4vL4
Download Telegram
Channel created
RaF
😁2
This media is not supported in your browser
VIEW IN TELEGRAM
كود يقوم ب انشاء كلمه عشوائيه كما موضح
--------------------
تـَستطيع تغيير الكلمات
• تـَستطيع تغيير الوانها
• الكود يدعم جميع الاستضافات
--------------------
PY: @l4vl4
for: @html_RaF
👍2
This media is not supported in your browser
VIEW IN TELEGRAM
كود html, css, js
يجعل النص ينبض دائما ما يستعمل في المواقع المشبوهه او المخادعه وهو جميل ايضا


<!DOCTYPE html>
<html lang="ar">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
margin: 0;
}

.heartbeat {
font-size: 2em;
cursor: pointer;
animation: heartbeat 1s infinite;
}

@keyframes heartbeat {
0%, 100% {
transform: scale(1);
}

50% {
transform: scale(1.2);
}
}
</style>
<title>RaF </title>
</head>
<body>

<h1 class="heartbeat" onclick="startHeartbeat()">كتابه تنبض مثل اگلب <br>RaF</h1>

<script>
function startHeartbeat() {
const heartbeatText = document.querySelector('.heartbeat');
heartbeatText.classList.toggle('heartbeat-animation');
}
</script>
</body>
</html>


@l4eel
@x10xxx
@l4vl4
@html_RaF
👍1🥰1
السلام عليكم
هاذي قناتي الي يحب ينضم
@sillyperson
🔥1
Forwarded from App RaF
New channel subscribe to receive updates



قناة جديده اشترك لتتلقا التحديثات

https://t.me/+fLLPifhgCXw2ZjQy
👍1
مرحبًا! 🌟

هل ترغب في استخدام ChaT GpT-4o، أحدث نماذج الذكاء الاصطناعي، مجانًا؟ 🤖

نحن نقدم لك تجربة مجانية 100%، حيث يمكنك أيضًا تحسين دقة صورك بشكل مجاني وتحليلها بأفضل الأدوات والتقنيات! 📸

لا تفوت الفرصة، فسيتم إضافة تحديثات قوية في الأيام القادمة. اشترك الآن وكن من أوائل المستفيدين! 🚀

جرب الآن هنا: ---> @aiRaF_bot.

استعد لتجربة مذهلة! 💬
👍1
This media is not supported in your browser
VIEW IN TELEGRAM
فائدة الكود هي إنشاء شريط تقدم ديناميكي يظهر في أعلى الصفحة ليوضح نسبة التمرير (Scrolling) التي قام بها المستخدم، مما يعزز تجربة المستخدم بتوفير مؤشر بصري يبين مدى تقدمهم في قراءة الصفحة.

<div id="progress"></div>
<h1>The RaF </h1>

وهاذ الــcss
* {
height: 1000vh;
}
@keyframes grow-progress {
from { transform: scaleX(0); }
to { transform: scaleX(1); }
}

#progress {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 1em;
background: red;
transform-origin: 0 20%;
animation: grow-progress auto linear;
animation-timeline: scroll();
}


Channel ➜ @HTML_RaF
     Channel ➜ راف - RaF
😁1
<div class="🤚">
<div class="👉"></div>
<div class="👉"></div>
<div class="👉"></div>
<div class="👉"></div>
<div class="🌴"></div>
<div class="👍"></div>
</div>
<style>
.🤚 {
--skin-color: #E4C560;
--tap-speed: 0.6s;
--tap-stagger: 0.1s;
position: relative;
width: 80px;
height: 60px;
margin-left: 80px;
}

.🤚:before {
content: '';
display: block;
width: 180%;
height: 75%;
position: absolute;
top: 70%;
right: 20%;
background-color: black;
border-radius: 40px 10px;
filter: blur(10px);
opacity: 0.3;
}

.🌴 {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: var(--skin-color);
border-radius: 10px 40px;
}

.👍 {
position: absolute;
width: 120%;
height: 38px;
background-color: var(--skin-color);
bottom: -18%;
right: 1%;
transform-origin: calc(100% - 20px) 20px;
transform: rotate(-20deg);
border-radius: 30px 20px 20px 10px;
border-bottom: 2px solid rgba(0, 0, 0, 0.1);
border-left: 2px solid rgba(0, 0, 0, 0.1);
}

.👍:after {
width: 20%;
height: 60%;
content: '';
background-color: rgba(255, 255, 255, 0.3);
position: absolute;
bottom: -8%;
left: 5px;
border-radius: 60% 10% 10% 30%;
border-right: 2px solid rgba(0, 0, 0, 0.05);
}

.👉 {
position: absolute;
width: 80%;
height: 35px;
background-color: var(--skin-color);
bottom: 32%;
right: 64%;
transform-origin: 100% 20px;
animation-duration: calc(var(--tap-speed) * 2);
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
transform: rotate(10deg);
}

.👉:before {
content: '';
position: absolute;
width: 140%;
height: 30px;
background-color: var(--skin-color);
bottom: 8%;
right: 65%;
transform-origin: calc(100% - 20px) 20px;
transform: rotate(-60deg);
border-radius: 20px;
}

.👉:nth-child(1) {
animation-delay: 0;
filter: brightness(70%);
animation-name: tap-upper-1;
}

.👉:nth-child(2) {
animation-delay: var(--tap-stagger);
filter: brightness(80%);
animation-name: tap-upper-2;
}

.👉:nth-child(3) {
animation-delay: calc(var(--tap-stagger) * 2);
filter: brightness(90%);
animation-name: tap-upper-3;
}

.👉:nth-child(4) {
animation-delay: calc(var(--tap-stagger) * 3);
filter: brightness(100%);
animation-name: tap-upper-4;
}

@keyframes tap-upper-1 {
0%, 50%, 100% {
transform: rotate(10deg) scale(0.4);
}

40% {
transform: rotate(50deg) scale(0.4);
}
}

@keyframes tap-upper-2 {
0%, 50%, 100% {
transform: rotate(10deg) scale(0.6);
}

40% {
transform: rotate(50deg) scale(0.6);
}
}

@keyframes tap-upper-3 {
0%, 50%, 100% {
transform: rotate(10deg) scale(0.8);
}

40% {
transform: rotate(50deg) scale(0.8);
}
}

@keyframes tap-upper-4 {
0%, 50%, 100% {
transform: rotate(10deg) scale(1);
}

40% {
transform: rotate(50deg) scale(1);
}
}
</style>

فائدت الكود هيه انشاء تأثير ديناميكي للأنتضار (UI) جميل وسهل وبدون JavaScript

Channel ➜ @HTML_RaF
     Channel ➜ راف - RaF
👍1
Forwarded from راف - RaF
بوت قوي يتيح لك ربح الدولارات بسهولة!
التسجيل راح ينفتح اليوم ولساعة وحدة فقط! لا تفوّت الفرصة وابدأ الآن.
البوت بسيط وسهل الاستخدام، ويمكنك من ربح المال مجانًا، وعن تجربة شخصية أنا سحبت منه بالفعل.
سارع وشارك قبل ما يفوتك الوقت، تقدر تسحب أرباحك بسرعة!

رابط البوت:
https://t.me/voxel_verse_bot/app?startapp=6625436793


A powerful bot that lets you earn dollars easily!
Registration opens today for only one hour — don’t miss the chance!
The bot is simple and easy to use, and you can earn money for free. I personally tried it and already made a withdrawal.
Join now and start earning fast!

Bot link:
https://t.me/voxel_verse_bot/app?startapp=6625436793
1👍1