Hi Friend i have some doubt .. suppose i want to display a column in center with justified then how to do it?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Hi Friend i have some doubt .. suppose i want to display a column in center with justified then how to do it??

7th Aug 2018, 3:20 AM
g3112
g3112 - avatar
2 Answers
+ 5
To put the columns in center you give it a witdth, then you put margin auto. Then you can use text-align, and to see the result: border CSS: width: 80%; margin: auto; text-align:justify; border: 5px black solid;
7th Aug 2018, 9:26 AM
SimonTheVital
SimonTheVital - avatar
0
ok thnx frnd
9th Aug 2018, 10:40 AM
g3112
g3112 - avatar