How to balance box of check box with the text | Sololearn: Learn to code for FREE!
Nowy kurs! Każdy programista powinien nauczyć się Generative AI!
Wypróbuj darmową lekcję
0

How to balance box of check box with the text

Vertically alignment

30th May 2022, 1:07 AM
Olabisi Gideon
3 odpowiedzi
+ 2
Show your attempt.
30th May 2022, 1:58 AM
Chris Coder
Chris Coder - avatar
+ 2
.parent { display: flex; flex-direction: column; justify-content: center; align-items: center; } .child { width: 50%; }
30th May 2022, 4:26 PM
JaScript
JaScript - avatar
+ 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.
30th May 2022, 2:54 AM
Emerson Prado
Emerson Prado - avatar