cultura y tecnología

encontrados: 1, tiempo total: 0.001 segundos rss2
He usado el mismo prompt que el envío y deepseek lo ha clavado, o eso parece. Aprenden rápido:

<style>
.clock {
position: relative;
width: 300px;
height: 300px;
margin: 50px auto;
border: 8px solid #333;
border-radius: 50%;
background: white;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.clock-face {
position: relative;
width: 100%;
height: 100%;
}

.hand {
position: absolute;
top: 50%;
left: 50%;
transform-origin: left center;
transform: translateY(-50%);
transition: all 0.05s;
transition-timing-function: cubic-bezier(0.1, 2.7, 0.58, 1);
}

.hour-hand {
width: 35%;
height: 6px;
background: #333;
transform: translateY(-50%) rotate(90deg);
}

.minute-hand {
width: 45%;
height: 4px;
background: #666;
transform: translateY(-50%)…  media   » ver todo el comentario

menéame