How to center content or text in homepage or other section using bootstrap? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to center content or text in homepage or other section using bootstrap?

For responsive wise web development I don't think its a good idea to use padding and margin to center content😑. Using bootstrap I tried my-auto under row class to center vertically but failed😢(I used row class because i needed the col class for grid content). So I wonder is there have any solution to put content center in under row class.😺 -sorry for bad(may be)😅 English.

20th Jun 2020, 11:56 PM
Imon
Imon - avatar
1 Answer
0
Use " row justify-content-center " class instead of " row " class. It is use for align center vertically. Now use this " col align-self-center " class for " col " class. It's use for align content horizontally. Hope this will help you. Thanks!
24th Jun 2020, 4:18 AM
Shaili Shah
Shaili Shah - avatar