2 lines
135 B
CSS
2 lines
135 B
CSS
#app { background: white; padding: 20px; border-radius: 8px; max-width: 700px; }
|
|
input, select, button { padding: 8px; margin: 4px 0; } |