WEBLEB
होम
संपादक
लॉग इन करें
Pro
हिंदी
English
Français
Español
Português
Deutsch
Italiano
हिंदी
HTML लोडर स्निपेट
516
sergioarmijo30
संपादक में खोलें
अपना कोड प्रकाशित करें
अनुशंसित
23 August 2025
तुर्की लॉगिन पृष्ठ HTML टेम्पलेट
30 November 2025
HTML लॉगिन फ़ॉर्म (फ़्रेंच)
26 August 2025
मूवी वेबसाइट HTML टेम्पलेट
HTML
Copy
Sxrgxx
CSS
Copy
body { background: #000000; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; } .loader { display: block; width: 84px; height: 84px; position: relative; } .loader:before , .loader:after { content: ""; position: absolute; left: 50%; bottom: 0; width: 64px; height: 64px; border-radius: 50%; background: #ffffff; transform: translate(-50% , -100%) scale(0); animation: push_401 2s infinite linear; } .loader:after { animation-delay: 1s; } @keyframes push_401 { 0% , 50% { transform: translate(-50% , 0%) scale(1) } 100% { transform: translate(-50%, -100%) scale(0) } }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */