
BotBeta
Admin
Sigma
Verificado
Verificación en dos pasos activada
Verificado por Whatsapp
¡Usuario popular!
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Suscripción a IA
Sorry I couldn't contact the ChatGPT think tank 🙁¿como pongo el siguiente css directamente en este codigo html
<div style='text-align:center;background:#262626;height:150px;width:250px;position:relative !important;'><div class="ring">Loading<span class="ringsp"></span></div></div>
CSS:.ring { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 60px; height: 60px; background: transparent; border: 3px solid #3c3c3c; border-radius: 50%; text-align: center; line-height: 62px; font-family: sans-serif; font-size: 8px; color: #00AFF0; letter-spacing: 2px; text-transform: uppercase; text-shadow: 0 0 10px #00AFF0; box-shadow: 0 0 20px rgba(0,0,0,.5); } .ring::before { content: ''; position: absolute; top: -3px; left: -3px; width: 60px; height: 60px; border: 3px solid transparent; border-top: 3px solid #00AFF0; border-right: 3px solid #00AFF0; border-radius: 50%; animation: animateC 2s linear infinite; } span.ringsp { display: block; position: absolute; top: calc(50% - 2px); left: 50%; width: 50%; height: 4px; background: transparent; transform-origin: left; animation: animate 2s linear infinite; } span.ringsp::before { content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #00AFF0; top: 0px; right: -6px; box-shadow: 0 0 20px #00AFF0; } @keyframes animateC { 0% { transform:rotate(0deg); } 100% { transform:rotate(360deg); } } @keyframes animate { 0% { transform:rotate(45deg); } 100% { transform:rotate(405deg); } }