WEBLEB
होम
संपादक
लॉग इन करें
Pro
हिंदी
English
Français
Español
Português
Deutsch
Italiano
हिंदी
दिल की धड़कन
1565
Lua_da_noite
संपादक में खोलें
अपना कोड प्रकाशित करें
अनुशंसित
12 July 2025
डेटा ब्लूम
17 May 2025
आधुनिक फ्लिप कार्ड
27 November 2024
उत्तरदायी छवि स्लाइडर
HTML
Copy
Batimento
CSS
Copy
body{ margin: 0; padding: 0; min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #0b1522; } .heart { height: 70px; width: 70px; background: #f20044; position: relative; transform: rotate(-45deg); box-shadow: -10px 0px 90px #f20044; animation: heart 0.6s linear infinite; } @keyframes heart { 0%{ transform: rotate(-45deg)scale(1.08); } 80%{ transform: rotate(-45deg)scale(1.0); } 100%{ transform: rotate(-45deg)scale(0.6s); }} .heart:before{ content: ''; position: absolute; height: 70px; width: 70px; background: #f20044; top: -50%; border-radius: 50px; box-shadow: -10px 0px 90px #f20044; } .heart:after{ content: ''; position: absolute; height: 70px; width: 70px; background: #f20044; right: -50%; border-radius: 50px; box-shadow: 10px 10px 90px #f20044; }
JS
Copy
/* Replace with your JS Code (Leave empty if not needed) */