+ 4
HTML and CSS
Hi, how make a box set in the middle of page, like text-align for text? Thanks!
3 ответов
+ 3
Use this for parent of the box
.parent {
display: flex;
align-items: center;
justify-content: center;
}
+ 3
Thank you so much!
0
https://t.me/Coders_Crafters join our Teligram group for discussion about HTML 5 & CSS codes questions and many more