0
Why isn't my text not aligning when I set it's width and margin and height
It is really problematic for me please tell how to solve it
7 Antworten
+ 2
display:flex;
align-items:center;
justify-content:center;
Use this 👆
What is justify-all?🧐🧐
0
#content{
width:50px;
height:60px;
text-align:center;
justify-all:center;
}
0
I typed it
0
It was not aligning it to the center of the page
0
Which of the programming language are you using? Mukul
0
Thanks
0
Justify-all
Its a type of syntax for css