Open GeekEast opened 5 years ago
https://geekeast.github.io/bootstraptutorial.html#more
Layout Container 12345678/ 居中内容,占满父级宽度 /.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;} 如果想居中内容,将其放置在container内部即可
https://geekeast.github.io/bootstraptutorial.html#more
Layout Container 12345678/ 居中内容,占满父级宽度 /.container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto;} 如果想居中内容,将其放置在container内部即可