Spaces:
Build error
Build error
File size: 489 Bytes
1b31c2b 246ea2b 1b31c2b 246ea2b 1b31c2b 246ea2b 1b31c2b 246ea2b 1b31c2b 246ea2b 1b31c2b 246ea2b 1b31c2b 246ea2b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | #avatar-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#avatar-container {
width: 512px;
height: 512px;
position: relative;
border-radius: 12px;
overflow: hidden;
background: linear-gradient(135deg, #ffe1f0, #d2d7ff);
box-shadow: 0 8px 22px rgba(0,0,0,0.15);
}
#avatar-canvas {
width: 100%;
height: 100%;
image-rendering: auto;
}
audio {
margin-top: 12px;
width: 300px;
}
|