You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
251 B

body {
min-width: 18em;
}
input[type="color"] {
padding: 2px 3px;
}
#content div {
display: flex;
justify-content: space-between;
align-items: center;
margin: 0.5em 0 0.5em 0;
}
#content div > input {
flex-basis: 6em;
}