0
How to balance box of check box with the text
Vertically alignment
3 Respostas
+ 2
Show your attempt.
+ 2
.parent {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.child {
width: 50%;
}
+ 1
Include a link to your code in Code Playground into the question description.
Also, pls remove all these noise tags and include just one with the language name.
Help others to help you.