Input type submit button not centered?
Posted: Tue Nov 29, 2022 1:00 pm
Hi guys,
I've another problem. I tried to center the log in button but I couldn't get anything done. What have I done wrong?
CSS
.centerEverything {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
line-height: 2.5em;
}
input[type=submit] {
padding: 0.5em 1em;
cursor: pointer;
border: none;
border-radius: 0.2em;
}
I've another problem. I tried to center the log in button but I couldn't get anything done. What have I done wrong?
CSS
.centerEverything {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
line-height: 2.5em;
}
input[type=submit] {
padding: 0.5em 1em;
cursor: pointer;
border: none;
border-radius: 0.2em;
}