webtools/site/gradient-image/style.css

23 lines
312 B
CSS
Raw Permalink Normal View History

2026-03-12 11:52:25 +00:00
.controls {
display: flex;
flex-direction: column;
}
.preview {
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
}
#preview-canvas {
width: 256px;
height: 256px;
border: 1px solid var(--pico-muted-border-color);
border-radius: 4px;
}
#download-btn {
width: 100%;
}