mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-24 06:40:01 +01:00
16 lines
204 B
CSS
16 lines
204 B
CSS
|
label {
|
||
|
margin-top: 3em;
|
||
|
}
|
||
|
#button_newuser {
|
||
|
margin-top: 3em;
|
||
|
}
|
||
|
#text_user {
|
||
|
margin-top: 1em;
|
||
|
}
|
||
|
.adduser {
|
||
|
margin: 0 auto;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
width: 50%;
|
||
|
}
|