11 lines
128 B
CSS

.form {
display: flex;
flex-direction: column;
gap: 10px;
width: 300px;
button:disabled {
background: red;
}
}