WEBLEB
होम
संपादक
लॉग इन करें
Pro
हिंदी
English
Français
Español
Português
Deutsch
Italiano
हिंदी
ग्लोइंग होवर टेक्स्ट
3630
kreistia
संपादक में खोलें
अपना कोड प्रकाशित करें
अनुशंसित
14 June 2024
होवर के साथ सोशल मीडिया आइकन
26 July 2025
होवर मेमोरी पुनरावर्ती रंग
HTML
Copy
S
U
P
P
-
D
I
F
F
CSS
Copy
body{ display: flex; justify-content: center; align-items: center; background-color: #353535; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; user-select: none; } span{ font-size: 50px; letter-spacing: 7px; text-shadow: 0 0 10px #3C6E71; transition: 5s ; cursor: pointer; } span:hover{ transition: 0.2s ease; color: #8aeff8; text-shadow: 0 0 20px #8aeff8; }
JS
Copy