WEBLEB
Início
Editor
Entrar
Pro
Português
English
Français
Español
Português
Deutsch
Italiano
हिंदी
HTML
CSS
JS
The Best Music
.loader-text { text-shadow: 2px 1px 5px grey; font-size: 1.5em; text-align: center; animation: pulsate 0.5s ease-in-out infinite both; } @keyframes pulsate { 0% { transform: scale(1); } 50% { transform: scale(0.9); color: blue; } 100% { transform: scale(1); color: grey; } }
/* Replace with your JS Code (Leave empty if not needed) */
Validating your code, please wait...
HTML
CSS
JS
The Best Music
.loader-text { text-shadow: 2px 1px 5px grey; font-size: 1.5em; text-align: center; animation: pulsate 0.5s ease-in-out infinite both; } @keyframes pulsate { 0% { transform: scale(1); } 50% { transform: scale(0.9); color: blue; } 100% { transform: scale(1); color: grey; } }
/* Replace with your JS Code (Leave empty if not needed) */