What is the use of the offset in the bootstrap?

前端 未结 1 479
旧时难觅i
旧时难觅i 2020-12-19 15:47

I am new to the bootstrap below is my code

About us<

相关标签:
1条回答
  • 2020-12-19 16:30

    The offset adds space to the left of your element.

    Imagine your element is the "xxxx" in the examples below:

    xxxx-------- (col-lg-4, no offset)

    --xxxx------ (col-lg-offset-2 col-lg-4)

    0 讨论(0)
提交回复
热议问题