shopping-list/style/adduser.css
2018-10-24 15:00:27 +02:00

15 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%;
}