This commit is contained in:
sky
2025-10-26 10:27:36 -04:00
parent a043621fff
commit 50372cc7eb
9 changed files with 273 additions and 14 deletions

View File

@ -1,13 +1,12 @@
section {
width: 30%;
/* height: 400px; */
height: auto;
min-width: 20%;
height: 400px;
padding: 8px;
margin: 16px;
background-color: color-mix(in srgb, var(--color-2) 40%, #00000000 60%);
display: flex;
flex-direction: column;
justify-content: center;
/* justify-content: center; */
align-items: center;
flex-wrap: wrap;
border-radius: 20px;
@ -17,10 +16,11 @@ section {
box-shadow: 0 0 10px var(--color-2);
}
sections {
width: 90vw;
display: flex;
justify-content: center;
align-items: center;
width: 90vw;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
#colorPicker {