Hi I'm using bootstrap4 beta. I noticed that it uses the classes; ml-auto or mr-auto, instead of pull-right and pull-left. I can guess l is left and r is right. What's the meaning of m beside l and r? Is it margin?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
It's short for: margin-left
So ml-auto
means margin-left: auto
which aligns an element to the right.