NolaBVLK / style.css
dronesplace's picture
Update style.css
1b31c2b verified
Raw
History Blame Contribute Delete
489 Bytes
#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;
}